home *** CD-ROM | disk | FTP | other *** search
/ Danny Amor's Online Library / Danny Amor's Online Library - Volume 1.iso / bbs / rfc / rfcxxxx_8.lha / rfc1666 < prev    next >
Text File  |  1995-07-26  |  134KB  |  3,812 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                                    Z. Kielczewski
  8. Request for Comments: 1666                 Eicon Technology Corporation
  9. Obsoletes: 1665                                              D. Kostick
  10. Category: Standards Track                  Bell Communications Research
  11.                                                                 K. Shih
  12.                                                                  Novell
  13.                                                                 Editors
  14.                                                             August 1994
  15.  
  16.  
  17.                      Definitions of Managed Objects
  18.                         for SNA NAUs using SMIv2
  19.  
  20. Status of this Memo
  21.  
  22.    This document specifies an Internet standards track protocol for the
  23.    Internet community, and requests discussion and suggestions for
  24.    improvements.  Please refer to the current edition of the "Internet
  25.    Official Protocol Standards" (STD 1) for the standardization state
  26.    and status of this protocol.  Distribution of this memo is unlimited.
  27.  
  28. Table of Contents
  29.  
  30.    1. Introduction ................................................    2
  31.    2. The SNMPv2 Network Management Framework .....................    2
  32.    2.1 Object Definitions .........................................    2
  33.    3. Overview ....................................................    3
  34.    3.1 Applying MIB II to managing SNA NAUs .......................    4
  35.    3.2 SNANAU MIB Structure .......................................    4
  36.    3.2.1 snaNode group ............................................    5
  37.    3.2.2 snaLu group ..............................................    6
  38.    3.2.3 snaMgtTools group ........................................    7
  39.    3.2.4 Conformance statement ....................................    7
  40.    3.3 SNANAU MIB special feature .................................    7
  41.    3.3.1 Row Creation mechanism ...................................    8
  42.    3.3.2 State Diagrams ...........................................    8
  43.    4. Object Definitions ..........................................    9
  44.    5. Acknowledgments .............................................   67
  45.    6. References ..................................................   67
  46.    7. Security Considerations .....................................   68
  47.    8. Authors' Addresses ..........................................   68
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58. Kielczewski, Kostick & Shih                                     [Page 1]
  59.  
  60. RFC 1666                       SNANAU MIB                    August 1994
  61.  
  62.  
  63. 1.  Introduction
  64.  
  65.    This memo defines a portion of the Management Information Base (MIB)
  66.    for use with network management protocols in the Internet community.
  67.    In particular, it defines objects for managing the configuration,
  68.    monitoring and control of Physical Units (PUs) and Logical Units
  69.    (LUs) in an SNA environment.  PUs and LUs are two types of Network
  70.    Addressable Units (NAUs) in the logical structure of an SNA network.
  71.    NAUs are the origination or destination points for SNA data streams.
  72.    This memo identifies managed objects for PU Type 1.0, 2.0 and Type
  73.    2.1 and LU Type 0, 1, 2, 3, 4, 7.  The generic objects defined here
  74.    can also be used to manage LU 6.2 and any LU-LU session.  The SNA
  75.    terms and overall architecture are documented in [1].
  76.  
  77. 2.  The SNMPv2 Network Management Framework
  78.  
  79.    The SNMPv2 Network Management Framework consists of four major
  80.    components.  They are:
  81.  
  82.       o    RFC 1442 [2] which defines the SMI, the mechanisms used for
  83.            describing and naming objects for the purpose of management.
  84.  
  85.       o    STD 17, RFC 1213 [3] defines MIB-II, the core set of
  86.            managed objects for the Internet suite of protocols.
  87.  
  88.       o    RFC 1445 [4] which defines the administrative and other
  89.            architectural aspects of the framework.
  90.  
  91.       o    RFC 1448 [5] which defines the protocol used for network
  92.            access to managed objects.
  93.  
  94.    The Framework permits new objects to be defined for the purpose of
  95.    experimentation and evaluation.
  96.  
  97. 2.1.  Object Definitions
  98.  
  99.    Managed objects are accessed via a virtual information store, termed
  100.    the Management Information Base or MIB.  Objects in the MIB are
  101.    defined using the subset of Abstract Syntax Notation One (ASN.1)
  102.    defined in the SMI (RFC 1442 [2]).  In particular, each object type
  103.    is named by an OBJECT IDENTIFIER, an administratively assigned name.
  104.    The object type together with an object instance serves to uniquely
  105.    identify a specific instantiation of the object.  For human
  106.    convenience, we often use a textual string, termed the descriptor, to
  107.    refer to the object type.
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114. Kielczewski, Kostick & Shih                                     [Page 2]
  115.  
  116. RFC 1666                       SNANAU MIB                    August 1994
  117.  
  118.  
  119. 3.  Overview
  120.  
  121.    This document identifies the proposed set of objects for managing the
  122.    configuration, monitoring and control of Physical Units (PUs) and
  123.    Logical Units (LUs) in an SNA environment. In this document, the name
  124.    "Node" is used to describe SNA Node Type 1.0, 2.0 and Type 2.1 and
  125.    the name "LU" is used to describe Logical Unit of Type 0, 1, 2, 3, 4,
  126.    7 and 6.2.   Note however that only objects common to all PU and LU
  127.    types are covered here and LU 6.2 specific objects are not included
  128.    in this MIB module.
  129.  
  130.    Highlights of the management functions supported by the SNANAU MIB
  131.    module include the following:
  132.  
  133.  
  134.    o    Creation/deletion of Nodes and LUs via the RowStatus objects
  135.         in the snaNodeAdminTable and in the snaLuAdminTable.
  136.  
  137.    o    Creation/deletion of table entries associating Node instances
  138.         with link instances via the RowStatus object in the
  139.         snaNodeLinkAdminTable
  140.  
  141.    o    Activation/Deactivation of Nodes via the AdminState object in
  142.         the snaNodeAdminTable
  143.  
  144.    o    Deactivation of sessions via the AdminState object in the
  145.         snaLuSessnTable
  146.  
  147.    o    Monitoring and modification of parameters related to Nodes, LUs,
  148.         and Node/link associations
  149.  
  150.    o    Monitoring of session operational parameters
  151.  
  152.    o    PU2.0  operational statistics
  153.  
  154.    o    Session operational statistics
  155.  
  156.    o    RTM statistics
  157.  
  158.    o    Traps for:
  159.                 + Node state change
  160.                 + Node activation failure
  161.                 + LU state change
  162.                 + LU session BIND failure
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170. Kielczewski, Kostick & Shih                                     [Page 3]
  171.  
  172. RFC 1666                       SNANAU MIB                    August 1994
  173.  
  174.  
  175.    This MIB module does not support:
  176.  
  177.    o    creation of links,
  178.  
  179.    o    activation or deactivation of LUs, nor
  180.  
  181.    o    activation of sessions.
  182.  
  183. 3.1.  Applying MIB II to managing SNA NAUs
  184.  
  185.    This section identifies how MIB II objects, specifically the MIB II
  186.    system group will be used in SNMP-based management of SNA NAUs.  The
  187.    MIB II system group applies to the SNMP Agent.  The following object
  188.    is from the MIB II system group:
  189.  
  190.    sysUpTime:  clock in the SNMP Agent/proxy-Agent; expressed in
  191.            TimeTicks (1/100s of a seconds).
  192.  
  193.    This MIB module uses the TimeStamp TEXTUAL-CONVENTION which is
  194.    defined in the SNMPv2 Textual Conventions (RFC 1443 [6]) as "the
  195.    value of MIB II's sysUpTime object when a specific occurrence
  196.    happens." The specific occurrences related to SNA NAU management are
  197.    defined in this MIB module.
  198.  
  199. 3.2.  SNANAU MIB Structure
  200.  
  201.    The SNANAU MIB module contains three groups of objects:
  202.  
  203.    o    snaNode - objects related to Node configuration, monitoring and
  204.         control.
  205.  
  206.    o    snaLu   - objects related to LU definition, monitoring and
  207.         control.
  208.  
  209.    o    snaMgtTools  - objects related to specific management tools well
  210.         known in SNA environment.
  211.  
  212.    These groups are described below in more detail.
  213.  
  214.    The objects related to PUs and LUs are organized into two types of
  215.    tables: the Admin and Oper tables.
  216.  
  217.    The "Admin" table contains parameters which are used by a Management
  218.    Station to affect the operation of the SNA service.  Some parameters
  219.    are used to initialize and configure the SNA service at the next
  220.    startup, while others can take effect immediately.  A Management
  221.    Station can dynamically define SNA resources (PUs, LUs) by creating
  222.    new entries in the Admin table. It uses a special object, AdminState,
  223.  
  224.  
  225.  
  226. Kielczewski, Kostick & Shih                                     [Page 4]
  227.  
  228. RFC 1666                       SNANAU MIB                    August 1994
  229.  
  230.  
  231.    to control the desired state of a defined PU or LU Session resource.
  232.    Note that this MIB does not allow the manipulation of an LU's
  233.    operational state.
  234.  
  235.    The "Oper" table is an extension (augment) of the corresponding Admin
  236.    table.  It contains objects which correspond to the values of
  237.    parameters currently used by the SNA system.
  238.  
  239. 3.2.1.  snaNode group
  240.  
  241.    The snaNode group consists of the following tables:
  242.  
  243.       1) snaNodeAdminTable - This table contains objects which describe
  244.       the configuration parameters of an SNA Node.  Link-specific
  245.       configuration objects are contained in a separate MIB module
  246.       (e.g., the SNA DLC MIB module) corresponding to link type.
  247.       Entries in this table can be created, modified and deleted by
  248.       either an Agent or a Management Station. The snaNodeAdminRowStatus
  249.       object describes the status of an entry and is used to change the
  250.       status of that entry.
  251.  
  252.       The snaNodeAdminState object describes the desired operational
  253.       state of a Node and is used to change the operational state of a
  254.       Node.
  255.  
  256.       How an Agent or a Management Station obtains the initial value of
  257.       each object at creation time is an implementation specific issue
  258.       not addressed in this memo.
  259.  
  260.       For each entry in the snaNodeAdminTable, there is a corresponding
  261.       entry in the snaNodeOperTable.  While the objects in this table
  262.       describe the desired or configured operational values of the SNA
  263.       Node, the actual runtime values are contained in snaNodeOperTable.
  264.  
  265.       2) snaNodeOperTable - Each row contains runtime and operational
  266.       state variables for a Node.  It is an extension of
  267.       snaNodeAdminTable and as such uses the same index.  The rows in
  268.       this table are created by an Agent as soon as the entry in the
  269.       Admin Table become 'active'.  The entries in this table cannot be
  270.       modified by a Management Station.
  271.  
  272.       3) snaPu20StatsTable - Each row contains statistics variables
  273.       (counters) for a PU 2.0.  The entries in this table are indexed by
  274.       snaNodeAdminIndex. The rows in this table are created by an Agent
  275.       as soon as the corresponding entry in the snaNodeAdminTable
  276.       becomes 'active'.
  277.  
  278.  
  279.  
  280.  
  281.  
  282. Kielczewski, Kostick & Shih                                     [Page 5]
  283.  
  284. RFC 1666                       SNANAU MIB                    August 1994
  285.  
  286.  
  287.       4) snaNodeLinkAdminTable - This table contains all references to
  288.       link- specific tables.  If a Node is configured with multiple
  289.       links, then it will have multiple entries in this table.  The
  290.       entries in this table can be generated initially, after startup of
  291.       SNA service, by the Agent which uses information from Node
  292.       configuration file.  Subsequent modifications of parameters,
  293.       creation of new Node link entries and deletion of entries is
  294.       possible. The modifications to this table can be saved in the Node
  295.       configuration file for the next startup (i.e., restart or next
  296.       initialization) of SNA service, but the mechanism for this
  297.       function is not defined in this memo.  Each entry contains the
  298.       configuration information that associates a Node instance to one
  299.       link instance. The entries are indexed by snaNodeAdminIndex and
  300.       snaNodeLinkAdminIndex.
  301.  
  302.       5) snaNodeLinkOperTable - This table contains all references to
  303.       link- specific tables for operational parameters.  If the Node is
  304.       configured for multiple links, then it will have multiple entries
  305.       in this table.  This table augments the snaNodeLinkAdminTable.
  306.  
  307.       6) snaNodeTraps - Two traps are defined for Nodes. The
  308.       snaNodeStateChangeTrap indicates that the operational state of a
  309.       Node has changed.  The snaNodeActFailTrap indicates the failure of
  310.       ACTPU received from host.
  311.  
  312. 3.2.2.  snaLu group
  313.  
  314.    The snaLu group consists of the following tables:
  315.  
  316.       1) snaLuAdminTable - Table containing LU configuration
  317.       information.  The rows in this table can be created and deleted by
  318.       a Management Station.  Only objects which are common to all types
  319.       of LUs are included in this table. The entries are indexed by Node
  320.       and LU indices.
  321.  
  322.       2) snaLuOperTable - Table containing dynamic runtime information
  323.       and control variables relating to LUs.  Only objects which are
  324.       common to all types of LUs are included in this table. This table
  325.       augments the snaLuAdminTable.
  326.  
  327.       3) snaLuSessnTable - This is a table containing objects which
  328.       describe the operational state of LU-LU sessions.  Only objects
  329.       which are common to all types of LU-LU sessions are included in
  330.       this table. When a session's snaLuSessnOperState value changes to
  331.       entry in the session table is created by the Agent.  When the
  332.       snaLuSessionOperState value changes to will be removed from the
  333.       session table by the Agent.  Entries are indexed by Node, local
  334.       LU, remote LU and session indices.
  335.  
  336.  
  337.  
  338. Kielczewski, Kostick & Shih                                     [Page 6]
  339.  
  340. RFC 1666                       SNANAU MIB                    August 1994
  341.  
  342.  
  343.       4) snaLuSessnStatsTable - Table containing dynamic statistics
  344.       information relating to LU-LU sessions. The entries in this table
  345.       augment the entries in the snaLuSessnTable and cannot be created
  346.       by a Management Station.
  347.  
  348.       5) snaLuTraps - Two traps are defined for LUs.  The
  349.       snaLuStateChangeTrap indicates that the operational state of an LU
  350.       has changed.  The snaLuSessnBindFailTrap indicates the failure of
  351.       a BIND request.
  352.  
  353. 3.2.3.  snaMgtTools group
  354.  
  355.    This is an optional group.  The snaMgtTools group consists of the
  356.    following table:
  357.  
  358.       1) snaLuRtmTable - Each row contains Response Time Monitor (RTM)
  359.       variables for an LU.  The table is indexed by Node and LU indices.
  360.       Entries correspond to LU 2 entries in the snaLuAdminTable.  A
  361.       Management Station can read collection of RTM statistics for a
  362.       given LU.
  363.  
  364. 3.2.4.  Conformance statement
  365.  
  366.    Compliance of the SNMPv2 management entity to the SNANAU MIB is
  367.    defined in terms of following conformance units called groups.
  368.  
  369.    Unconditionally mandatory groups: snaNodeGroup, snaLuGroup,
  370.    snaSessionGroup.
  371.  
  372.    Conditionally mandatory groups: snaPu20Group - mandatory only for
  373.    those entities which implement PU type 2.0.  The snaMgtToolsRtmGroup
  374.    - mandatory only for those entities which implement LU type 2 and
  375.    RTM.
  376.  
  377.    Refinement of requirements for objects access: an Agent which does
  378.    not implement row creation for snaNodeAdminTable
  379.    snaNodeLinkAdminTable and snaLuAdminTable must at least support
  380.    object modification requests (i.e., read-write access instead of
  381.    read-create).
  382.  
  383. 3.3.  SNANAU MIB special feature
  384.  
  385.    This section describes the mechanism used for row creation in the
  386.    Admin tables and also presents critical state transitions for PUs,
  387.    LUs and Sessions.
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394. Kielczewski, Kostick & Shih                                     [Page 7]
  395.  
  396. RFC 1666                       SNANAU MIB                    August 1994
  397.  
  398.  
  399. 3.3.1.  Row Creation mechanism
  400.  
  401.    The row creation mechanism for the Admin tables in this MIB module is
  402.    based on the use of the RowStatus object. Restriction of some
  403.    operations for specific tables are described in each table.  In
  404.    particular, before accepting the 'destroy' value for an entry, an
  405.    Agent has to verify the operational state of the corresponding entry
  406.    in the Oper table.
  407.  
  408. 3.3.2.  State Diagrams
  409.  
  410.    The following state diagram models the state transitions for Nodes.
  411.    When a row is created by a Management Station, an Agent creates the
  412.    Oper table entry for that Node with the OperState equal to
  413.    'inactive'. An Agent cannot accept any operations for that Node until
  414.    the RowStatus is set to 'active'.
  415.  
  416.    OperState ->    inactive       active         waiting        stopping
  417.    --------------I--------------I--------------I--------------I---------
  418.    AdminState:   I              I              I              I
  419.    active        I active       I active       I waiting      I no
  420.                  I              I              I              I
  421.    inactive      I inactive     I stopping     I inactive     I stopping
  422.                                 I or inactive  I
  423.  
  424.    The following state diagram models state transitions for Sessions.
  425.    When a session goes to the 'unbound' state [1], the corresponding
  426.    entry will be removed from the Session table by the Agent.
  427.  
  428.    OperState ->   unbound        pendingBind   bound      pendingUnbind
  429.    --------------I--------------I--------------I----------I--------------
  430.    AdminState:   I              I              I          I
  431.    bound         I no           I no           I no       I no
  432.                  I              I              I          I
  433.    unbound       I unbound      I unbound      I unbound  I unbound
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450. Kielczewski, Kostick & Shih                                     [Page 8]
  451.  
  452. RFC 1666                       SNANAU MIB                    August 1994
  453.  
  454.  
  455. 4.  Object Definitions
  456.  
  457. SNA-NAU-MIB DEFINITIONS ::= BEGIN
  458.  
  459. -- This MIB module contains objects necessary
  460. -- for management of the following SNA devices: PU types 1.0, 2.0, 2.1
  461. -- and LU types 0, 1, 2, 3, 4, 7.  It also contains generic objects
  462. -- which can be used to manage LU 6.2.
  463.  
  464. -- Naming conventions in this document:
  465. -- The following names are used in object descriptors according to
  466. -- SNA conventions.
  467. -- The name 'PU' or 'Node' is used to describe Node type 1.0, 2.0 or
  468. -- 2.1.
  469. -- The name 'LU' is used to describe Logical Unit of type 0,1,2,3,
  470. -- 4,7 or 6.2.
  471.  
  472.  
  473.  
  474. IMPORTS
  475.         DisplayString, RowStatus, TimeStamp, InstancePointer
  476.                 FROM SNMPv2-TC
  477.  
  478.         Counter32, Gauge32, Integer32,
  479.         OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE
  480.                 FROM SNMPv2-SMI
  481.  
  482.         MODULE-COMPLIANCE, OBJECT-GROUP
  483.                 FROM SNMPv2-CONF;
  484.  
  485.  
  486. snanauMIB MODULE-IDENTITY
  487.         LAST-UPDATED  "9405120900Z"
  488.         ORGANIZATION  "IETF SNA NAU MIB Working Group"
  489.         CONTACT-INFO
  490.                 "       Zbigniew Kielczewski
  491.                         Eicon Technology Inc.
  492.                         2196 32nd Avenue
  493.                         Lachine, Que  H8T 3H7
  494.                         Canada
  495.                         Tel:    1 514 631 2592
  496.                         E-mail: zbig@eicon.qc.ca
  497.  
  498.                         Deirdre Kostick
  499.                         Bellcore
  500.                         331 Newman Springs Road
  501.                         Red Bank, NJ 07701
  502.                         Tel:    1 908 758 2642
  503.  
  504.  
  505.  
  506. Kielczewski, Kostick & Shih                                     [Page 9]
  507.  
  508. RFC 1666                       SNANAU MIB                    August 1994
  509.  
  510.  
  511.                         E-mail: dck2@mail.bellcore.com
  512.  
  513.                         Kitty Shih (editor)
  514.                         Novell
  515.                         890 Ross Drive
  516.                         Sunnyvale, CA 94089
  517.                         Tel:   1 408 747 4305
  518.                         E-mail: kmshih@novell.com"
  519.         DESCRIPTION
  520.                 "This is the MIB module for objects used to
  521.                  manage SNA devices."
  522. ::= { mib-2 34 }
  523.  
  524. -- The SNANAU MIB module contains an objects part and a conformance part.
  525. -- Objects are organized into the following groups:
  526. -- (1)snaNode group,
  527. -- (2)snaLU group,
  528. -- (3)snaMgtTools group.
  529.  
  530. snanauObjects   OBJECT IDENTIFIER ::= { snanauMIB 1 }
  531.  
  532.   snaNode       OBJECT IDENTIFIER ::= { snanauObjects 1 }
  533.   snaLu         OBJECT IDENTIFIER ::= { snanauObjects 2 }
  534.   snaMgtTools   OBJECT IDENTIFIER ::= { snanauObjects 3}
  535.  
  536.  
  537. -- ***************************************************************
  538. -- snaNode group
  539. --
  540. -- It contains Managed Objects related to any type of Node and
  541. -- some specific objects for Node Type 2.0.
  542. -- ***************************************************************
  543.  
  544.  
  545. -- ***************************************************************
  546. -- The following table contains generic Node configuration
  547. -- parameters.
  548. -- ***************************************************************
  549.  
  550. snaNodeAdminTable OBJECT-TYPE
  551.         SYNTAX  SEQUENCE OF SnaNodeAdminEntry
  552.         MAX-ACCESS  not-accessible
  553.         STATUS  current
  554.         DESCRIPTION
  555.                 "This table contains objects which describe the
  556.                 configuration parameters for an SNA Node.  Link
  557.                 specific configuration objects are contained in
  558.                 a separate MIB module (e.g., SNA DLC MIB)
  559.  
  560.  
  561.  
  562. Kielczewski, Kostick & Shih                                    [Page 10]
  563.  
  564. RFC 1666                       SNANAU MIB                    August 1994
  565.  
  566.  
  567.                 corresponding to the link type.
  568.                 The table snaNodeAdminLinkTable contains objects
  569.                 which identify the relationship between node instances
  570.                 and link instances.
  571.  
  572.                 The entries (i.e., rows) in this table can be created
  573.                 by either an Agent or a Management Station.
  574.                 The Management Station can do this through setting
  575.                 the appropriate value in the snaNodeAdminRowStatus.
  576.  
  577.                 The snaNodeAdminRowStatus object describes the
  578.                 status of an entry and is used to change the status
  579.                 of an entry.  The entry is deleted by an Agent based
  580.                 on the value of the snaNodeAdminRowStatus.
  581.  
  582.                 The snaNodeAdminState object describes the desired
  583.                 operational state of a Node and is used to change the
  584.                 operational state of a Node.  For example, such
  585.                 information may be obtained from a configuration file.
  586.  
  587.                 How an Agent or a Management Station obtains the
  588.                 initial value of each object at creation time is an
  589.                 implementation specific issue.
  590.  
  591.                 For each entry in this table, there is a corresponding
  592.                 entry in the snaNodeOperTable.
  593.                 While the objects in this table describe the desired
  594.                 or configured operational values of the SNA Node, the
  595.                 actual runtime values are contained in
  596.                 snaNodeOperTable."
  597.         ::= { snaNode 1 }
  598.  
  599. snaNodeAdminEntry OBJECT-TYPE
  600.         SYNTAX  SnaNodeAdminEntry
  601.         MAX-ACCESS  not-accessible
  602.         STATUS  current
  603.         DESCRIPTION
  604.                 "An entry contains the configuration parameters for
  605.                 one SNA Node instance. The objects in the entry
  606.                 have read-create access.
  607.                 An entry can be created, modified or deleted.  The
  608.                 object snaNodeAdminRowStatus is used (i.e., set) to
  609.                 create or delete a row entry."
  610.         INDEX  { snaNodeAdminIndex }
  611.         ::= { snaNodeAdminTable 1 }
  612.  
  613. SnaNodeAdminEntry ::= SEQUENCE {
  614.         snaNodeAdminIndex
  615.  
  616.  
  617.  
  618. Kielczewski, Kostick & Shih                                    [Page 11]
  619.  
  620. RFC 1666                       SNANAU MIB                    August 1994
  621.  
  622.  
  623.                 Integer32,
  624.         snaNodeAdminName
  625.                 DisplayString,
  626.         snaNodeAdminType
  627.                 INTEGER,
  628.         snaNodeAdminXidFormat
  629.                 INTEGER,
  630.         snaNodeAdminBlockNum
  631.                 DisplayString,
  632.         snaNodeAdminIdNum
  633.                 DisplayString,
  634.         snaNodeAdminEnablingMethod
  635.                 INTEGER,
  636.         snaNodeAdminLuTermDefault
  637.                 INTEGER,
  638.         snaNodeAdminMaxLu
  639.                 Integer32,
  640.         snaNodeAdminHostDescription
  641.                 DisplayString,
  642.         snaNodeAdminStopMethod
  643.                 INTEGER,
  644.         snaNodeAdminState
  645.                 INTEGER,
  646.         snaNodeAdminRowStatus
  647.                 RowStatus
  648.         }
  649.  
  650. snaNodeAdminIndex OBJECT-TYPE
  651.         SYNTAX  Integer32
  652.         MAX-ACCESS  not-accessible
  653.         STATUS  current
  654.         DESCRIPTION
  655.                 "Index used to uniquely identify each Node instance.
  656.                 If an Agent creates the entry, then it will assign
  657.                 this number otherwise a Management Station
  658.                 generates a random number when it reserves the
  659.                 entry for creation."
  660.         ::= { snaNodeAdminEntry 1 }
  661.  
  662. snaNodeAdminName OBJECT-TYPE
  663.         SYNTAX  DisplayString (SIZE(0..17))
  664.         MAX-ACCESS  read-create
  665.         STATUS  current
  666.         DESCRIPTION
  667.                 "The value indicates the desired name of the
  668.                 Node for use during Node activation.
  669.                 In Type 2.1 networks, this is a fully-qualified name,
  670.                 meaning that the Node name is preceded by the NetId (if
  671.  
  672.  
  673.  
  674. Kielczewski, Kostick & Shih                                    [Page 12]
  675.  
  676. RFC 1666                       SNANAU MIB                    August 1994
  677.  
  678.  
  679.                 present) with a period as the delimiter.
  680.  
  681.                 A write operation to this object will
  682.                 not change the operational value reflected
  683.                 in snaNodeOperName until the Node has
  684.                 been re-activated (e.g., after the next initialization
  685.                 of the SNA services)."
  686.         ::= { snaNodeAdminEntry 2 }
  687.  
  688. snaNodeAdminType OBJECT-TYPE
  689.         SYNTAX  INTEGER {
  690.                 other(1),
  691.                 pu10(2),
  692.                 pu20(3),
  693.                 t21len(4),
  694.                 endNode(5),
  695.                 networkNode(6)
  696.                 }
  697.         MAX-ACCESS  read-create
  698.         STATUS  current
  699.         DESCRIPTION
  700.                 "The value indicates the type of SNA Node.
  701.  
  702.                 A write operation to this object will
  703.                 not change the operational value reflected
  704.                 in snaNodeOperType until the Node has
  705.                 been re-activated (e.g., after the next initialization
  706.                 of the SNA services)."
  707.         ::= { snaNodeAdminEntry 3 }
  708.  
  709. snaNodeAdminXidFormat OBJECT-TYPE
  710.         SYNTAX  INTEGER  {
  711.                 format0(1),
  712.                 format1(2),
  713.                 format3(3)
  714.                 }
  715.         MAX-ACCESS  read-create
  716.         STATUS  current
  717.         DESCRIPTION
  718.                 "The value indicates the type of XID format used for
  719.                 this Node.  Note that there is no format type 2.
  720.  
  721.                 A write operation to this object will
  722.                 not change the operational value reflected
  723.                 in snaNodeOperAdminXidFormat until the Node has
  724.                 been re-activated (e.g., after the next initialization
  725.                 of the SNA services)."
  726.         ::= { snaNodeAdminEntry 4 }
  727.  
  728.  
  729.  
  730. Kielczewski, Kostick & Shih                                    [Page 13]
  731.  
  732. RFC 1666                       SNANAU MIB                    August 1994
  733.  
  734.  
  735. snaNodeAdminBlockNum OBJECT-TYPE
  736.         SYNTAX  DisplayString (SIZE(3))
  737.         MAX-ACCESS  read-create
  738.         STATUS  current
  739.         DESCRIPTION
  740.                 "The value indicates the block number for this Node
  741.                 instance.  It is the first 3 hexadecimal digits of the
  742.                 SNA Node id.
  743.  
  744.                 A write operation to this object will
  745.                 not change the operational value reflected
  746.                 in snaNodeOperBlockNum until the Node has
  747.                 been re-activated (e.g., after the next initialization
  748.                 of the SNA services)."
  749.         ::= { snaNodeAdminEntry 5 }
  750.  
  751. snaNodeAdminIdNum OBJECT-TYPE
  752.         SYNTAX  DisplayString (SIZE(5))
  753.         MAX-ACCESS  read-create
  754.         STATUS  current
  755.         DESCRIPTION
  756.                 "The value indicates the ID number for this Node
  757.                 instance.  This is the last 5 hexadecimal digits of
  758.                 the SNA Node id.
  759.  
  760.                 A write operation to this object will
  761.                 not change the operational value reflected
  762.                 in snaNodeOperIdNum until the Node has
  763.                 been re-activated (e.g., after the next initialization
  764.                 of the SNA services)."
  765.         ::= { snaNodeAdminEntry 6 }
  766.  
  767. snaNodeAdminEnablingMethod OBJECT-TYPE
  768.         SYNTAX  INTEGER {
  769.                 other (1),
  770.                 startup (2),
  771.                 demand (3),
  772.                 onlyMS (4)
  773.                 }
  774.         MAX-ACCESS  read-create
  775.         STATUS  current
  776.         DESCRIPTION
  777.                 "The value indicates how the Node should be
  778.                 activated for the first time.
  779.                 The values have the following meanings:
  780.  
  781.                 other (1)  - may be used for proprietary methods
  782.                    not listed in this enumeration,
  783.  
  784.  
  785.  
  786. Kielczewski, Kostick & Shih                                    [Page 14]
  787.  
  788. RFC 1666                       SNANAU MIB                    August 1994
  789.  
  790.  
  791.                 startup (2) - at SNA services' initialization time
  792.                    (this is the default),
  793.                 demand (3) - only when LU is requested by application,
  794.                              or
  795.                 onlyMS (4) - by a Management Station only.
  796.  
  797.                 A  write operation to this object may immediately
  798.                 change the operational value reflected
  799.                 in snaNodeOperEnablingMethod depending
  800.                 on the Agent implementation.  If the Agent
  801.                 implementation accepts immediate changes, then the
  802.                 behavior of the Node changes immediately and not only
  803.                 after the next system startup of the SNA services.
  804.                 An immediate change may only apply when the
  805.                 current value 'demand (3)' is changed to 'onlyMS (4)'
  806.                 and vice versa."
  807.           ::= { snaNodeAdminEntry 7 }
  808.  
  809. snaNodeAdminLuTermDefault OBJECT-TYPE
  810.         SYNTAX  INTEGER {
  811.                 unbind (1),
  812.                 termself (2),
  813.                 rshutd (3),
  814.                 poweroff(4)
  815.                 }
  816.           MAX-ACCESS  read-create
  817.           STATUS  current
  818.           DESCRIPTION
  819.                 "The value indicates the desired default method
  820.                 used to deactivate LUs for this Node
  821.                 For LU6.2s, 'unbind(1)' is the only valid value.
  822.  
  823.                 unbind(1) -   terminate the LU-LU session by sending
  824.                         an SNA UNBIND request.
  825.                 termself(2) - terminate the LU-LU session by sending
  826.                         an SNA TERM-SELF (Terminate Self) request on
  827.                         the SSCP-LU session. The SSCP will inform the
  828.                         remote session LU partner to send an UNBIND
  829.                         request to terminate the session.
  830.                 rshutd(3) -   terminate the LU-LU session by sending
  831.                         an SNA RSHUTD (Request ShutDown) request to
  832.                         the remote session LU partner. The remote LU
  833.                         will then send an UNBIND request to terminate
  834.                         the session.
  835.                 poweroff(4) - terminate the LU-LU session by sending
  836.                         either an SNA LUSTAT (LU Status) request on
  837.                         the LU-LU session or an SNA NOTIFY request on
  838.                         the SSCP-LU session indicating that the LU has
  839.  
  840.  
  841.  
  842. Kielczewski, Kostick & Shih                                    [Page 15]
  843.  
  844. RFC 1666                       SNANAU MIB                    August 1994
  845.  
  846.  
  847.                         been powered off. Sending both is also
  848.                         acceptable. The result should be that the
  849.                         remote session LU partner will send an UNBIND
  850.                         to terminate the session.
  851.  
  852.                 The default behavior indicated by the value of this
  853.                 object may be overridden for an LU instance. The
  854.                 override is performed by setting the snaLuAdminTerm
  855.                 object instance in the snaLuAdminTable to the desired
  856.                 value.
  857.  
  858.                 A write operation to this object may immediately
  859.                 change the operational value reflected
  860.                 in snaNodeOperLuTermDefault depending
  861.                 on the Agent implementation."
  862.           ::= { snaNodeAdminEntry 8 }
  863.  
  864. snaNodeAdminMaxLu OBJECT-TYPE
  865.         SYNTAX  Integer32
  866.         MAX-ACCESS  read-create
  867.         STATUS  current
  868.         DESCRIPTION
  869.                 "The maximum number of LUs that may be
  870.                 activated for this Node. For PU2.1, this object
  871.                 refers to the number of dependent LUs.
  872.  
  873.                 A write operation to this object will
  874.                 not change the operational value reflected
  875.                 in snaNodeOperMaxLu until the Node has
  876.                 been re-activated (e.g., after the next initialization
  877.                 of the SNA services)."
  878.           ::= { snaNodeAdminEntry 9 }
  879.  
  880. snaNodeAdminHostDescription OBJECT-TYPE
  881.           SYNTAX  DisplayString (SIZE(0..128))
  882.           MAX-ACCESS  read-create
  883.           STATUS  current
  884.           DESCRIPTION
  885.                   "The value identifies the remote host associated
  886.                   with this Node.
  887.                   Since SSCP Id's may not be unique
  888.                   across hosts, the host description
  889.                   is required to uniquely identify the SSCP.
  890.                   This object is only applicable to PU2.0 type
  891.                   Nodes. If the remote host is unknown, then the
  892.                   value is the null string.
  893.  
  894.                   A write operation to this object may immediately
  895.  
  896.  
  897.  
  898. Kielczewski, Kostick & Shih                                    [Page 16]
  899.  
  900. RFC 1666                       SNANAU MIB                    August 1994
  901.  
  902.  
  903.                   change the operational value reflected
  904.                   in snaNodeOperHostDescription depending
  905.                   on the Agent implementation."
  906.           ::= { snaNodeAdminEntry 10 }
  907.  
  908. snaNodeAdminStopMethod OBJECT-TYPE
  909.           SYNTAX  INTEGER {
  910.                   other (1),
  911.                   normal (2),
  912.                   immed (3),
  913.                   force (4)
  914.                   }
  915.           MAX-ACCESS  read-create
  916.           STATUS  current
  917.           DESCRIPTION
  918.                   "The value indicates the desired method to be used
  919.                   by the Agent to stop a Node (i.e., change the Node's
  920.                   operational state to inactive(1) ).
  921.  
  922.                   The values have the following meaning:
  923.  
  924.                   other (1) - used for proprietary
  925.                         methods not listed in this enumeration.
  926.                   normal(2) - deactivate only when there is no more
  927.                         activity on this Node (i.e., all data flows
  928.                         have been completed and all sessions
  929.                         have been terminated).
  930.                   immed(3)  - deactivate immediately regardless of
  931.                         current activities on this Node. Wait for
  932.                         deactivation responses (from remote Node)
  933.                         before changing the Node state to inactive.
  934.                   force(4)  - deactivate immediately regardless of
  935.                         current activities on this Node. Do not wait
  936.                         for deactivation responses (from remote Node)
  937.                         before changing the Node state to inactive.
  938.  
  939.                   A write operation to this object may immediately
  940.                   change the operational value reflected
  941.                   in snaNodeOperStopMethod depending
  942.                   on the Agent implementation."
  943.           ::= { snaNodeAdminEntry 11 }
  944.  
  945. snaNodeAdminState OBJECT-TYPE
  946.           SYNTAX  INTEGER {
  947.                   inactive (1),
  948.                   active (2)
  949.                   }
  950.           MAX-ACCESS  read-create
  951.  
  952.  
  953.  
  954. Kielczewski, Kostick & Shih                                    [Page 17]
  955.  
  956. RFC 1666                       SNANAU MIB                    August 1994
  957.  
  958.  
  959.           STATUS  current
  960.           DESCRIPTION
  961.                   "The value indicates the desired operational
  962.                    state of the SNA Node. This object is used
  963.                    by the Management Station to
  964.                    activate or deactivate the Node.
  965.  
  966.                   If the current value in snaNodeOperState is
  967.                   'active (2)', then setting this object to
  968.                   'inactive (1)' will initiate the Node shutdown
  969.                   process using the method indicated
  970.                   by snaNodeOperStopMethod.
  971.  
  972.                   If the current value in snaNodeOperState is
  973.                   'inactive (1)', then setting this object to
  974.                   'active (2)' will initiate the
  975.                   Node's activation.
  976.  
  977.                   A Management Station can always set this object to
  978.                   'active (2)' irrespective of the value in the
  979.                   snaOperEnablingMethod."
  980.           ::= { snaNodeAdminEntry 12 }
  981.  
  982. snaNodeAdminRowStatus OBJECT-TYPE
  983.           SYNTAX  RowStatus
  984.           MAX-ACCESS  read-create
  985.           STATUS  current
  986.           DESCRIPTION
  987.                   "This object is used by a Management Station to
  988.                   create or delete the row entry in the
  989.                   snaNodeAdminTable following
  990.                   the RowStatus textual convention.
  991.  
  992.                   Upon successful creation of
  993.                   the row, an Agent automatically creates a
  994.                   corresponding entry in the snaNodeOperTable with
  995.                   snaNodeOperState equal to 'inactive (1)'.
  996.  
  997.                   Row deletion can be Management Station or Agent
  998.                   initiated:
  999.                   (a) The Management Station can set the value to
  1000.                   'destroy (6)' only when the value of
  1001.                   snaNodeOperState of this Node instance is
  1002.                   'inactive (1)'. The Agent will then delete the rows
  1003.                   corresponding to this Node instance from the
  1004.                   snaNodeAdminTable and the snaNodeOperTable.
  1005.                   (b) The Agent detects that a row is in the
  1006.                   'notReady (3)' state for greater than a
  1007.  
  1008.  
  1009.  
  1010. Kielczewski, Kostick & Shih                                    [Page 18]
  1011.  
  1012. RFC 1666                       SNANAU MIB                    August 1994
  1013.  
  1014.  
  1015.                   default period of 5 minutes.
  1016.                   (c) All rows with the snaNodeAdminRowStatus object's
  1017.                   value of 'notReady (3)' will be removed upon the
  1018.                   next initialization of the SNA services."
  1019.           ::= { snaNodeAdminEntry 13 }
  1020.  
  1021.  
  1022. -- ***************************************************************
  1023. -- The following object is updated when there is a change to
  1024. -- the value of any object in the snaNodeAdminTable.
  1025. -- ***************************************************************
  1026.  
  1027. snaNodeAdminTableLastChange OBJECT-TYPE
  1028.           SYNTAX  TimeStamp
  1029.           MAX-ACCESS  read-only
  1030.           STATUS  current
  1031.           DESCRIPTION
  1032.                   "The value indicates the timestamp
  1033.                   (e.g., the Agent's sysUpTime value) of the last
  1034.                   change made to any object in the snaNodeAdminTable,
  1035.                   including row deletions/additions (e.g., changes to
  1036.                   snaNodeAdminRowStatus values).
  1037.  
  1038.                   This object can be used to reduce frequent
  1039.                   retrievals of the snaNodeAdminTable by a Management
  1040.                   Station. It is expected that a Management Station
  1041.                   will periodically poll this object and compare its
  1042.                   current value with the previous one. A difference
  1043.                   indicates that some Node configuration information
  1044.                   has been changed. Only then will the Management
  1045.                   Station retrieve the entire table."
  1046.           ::= { snaNode 2 }
  1047.  
  1048.  
  1049. -- ***************************************************************
  1050. -- The following table contains Node operational parameters.
  1051. -- ***************************************************************
  1052.  
  1053. snaNodeOperTable OBJECT-TYPE
  1054.           SYNTAX  SEQUENCE OF SnaNodeOperEntry
  1055.           MAX-ACCESS  not-accessible
  1056.           STATUS  current
  1057.           DESCRIPTION
  1058.                   "This table contains the dynamic parameters which
  1059.                   have read-only access. These objects reflect the
  1060.                   actual status of the Node. The entries in this
  1061.                   table cannot be created or modified by a
  1062.                   Management Station.
  1063.  
  1064.  
  1065.  
  1066. Kielczewski, Kostick & Shih                                    [Page 19]
  1067.  
  1068. RFC 1666                       SNANAU MIB                    August 1994
  1069.  
  1070.  
  1071.                   This table augments the snaNodeAdminTable."
  1072.           ::= { snaNode 3 }
  1073.  
  1074. snaNodeOperEntry OBJECT-TYPE
  1075.           SYNTAX  SnaNodeOperEntry
  1076.           MAX-ACCESS  not-accessible
  1077.           STATUS  current
  1078.           DESCRIPTION
  1079.                   "The entry contains parameters which describe the
  1080.                   state of one Node. The entries are created by the
  1081.                   Agent. They have read-only access."
  1082.           AUGMENTS   { snaNodeAdminEntry }
  1083.           ::= { snaNodeOperTable 1 }
  1084.  
  1085. SnaNodeOperEntry ::= SEQUENCE {
  1086.           snaNodeOperName
  1087.                   DisplayString,
  1088.           snaNodeOperType
  1089.                   INTEGER,
  1090.           snaNodeOperXidFormat
  1091.                   INTEGER,
  1092.           snaNodeOperBlockNum
  1093.                   DisplayString,
  1094.           snaNodeOperIdNum
  1095.                   DisplayString,
  1096.           snaNodeOperEnablingMethod
  1097.                   INTEGER,
  1098.           snaNodeOperLuTermDefault
  1099.                   INTEGER,
  1100.           snaNodeOperMaxLu
  1101.                   Integer32,
  1102.           snaNodeOperHostDescription
  1103.                   DisplayString,
  1104.           snaNodeOperStopMethod
  1105.                   INTEGER,
  1106.           snaNodeOperState
  1107.                   INTEGER,
  1108.           snaNodeOperHostSscpId
  1109.                   OCTET STRING,
  1110.           snaNodeOperStartTime
  1111.                   TimeStamp,
  1112.           snaNodeOperLastStateChange
  1113.                   TimeStamp,
  1114.           snaNodeOperActFailures
  1115.                   Counter32,
  1116.           snaNodeOperActFailureReason
  1117.                   INTEGER
  1118.           }
  1119.  
  1120.  
  1121.  
  1122. Kielczewski, Kostick & Shih                                    [Page 20]
  1123.  
  1124. RFC 1666                       SNANAU MIB                    August 1994
  1125.  
  1126.  
  1127. snaNodeOperName OBJECT-TYPE
  1128.           SYNTAX  DisplayString (SIZE(0..17))
  1129.           MAX-ACCESS  read-only
  1130.           STATUS  current
  1131.           DESCRIPTION
  1132.                 "The value identifies the current name of the Node.
  1133.                 In Type 2.1 networks, this
  1134.                 is a fully-qualified name, meaning that the Node name
  1135.                 is preceded by the NetId (if present) with a period
  1136.                 as the delimiter."
  1137.           ::= { snaNodeOperEntry 1 }
  1138.  
  1139. snaNodeOperType OBJECT-TYPE
  1140.           SYNTAX  INTEGER {
  1141.                   other(1),
  1142.                   pu10(2),
  1143.                   pu20(3),
  1144.                   t21LEN(4),
  1145.                   endNode(5),
  1146.                   networkNode(6)
  1147.                   }
  1148.           MAX-ACCESS  read-only
  1149.           STATUS  current
  1150.           DESCRIPTION
  1151.                   "The value identifies the current type of the Node."
  1152.           ::= { snaNodeOperEntry 2 }
  1153.  
  1154. snaNodeOperXidFormat OBJECT-TYPE
  1155.           SYNTAX  INTEGER  {
  1156.                   format0 (1),
  1157.                   format1 (2),
  1158.                   format3 (3)
  1159.                   }
  1160.           MAX-ACCESS  read-only
  1161.           STATUS  current
  1162.           DESCRIPTION
  1163.                   "The value identifies the type of XID format currently
  1164.                    used for this Node.
  1165.                    Note that there is no format type 2."
  1166.           ::= { snaNodeOperEntry 3 }
  1167.  
  1168. snaNodeOperBlockNum OBJECT-TYPE
  1169.           SYNTAX DisplayString (SIZE(3))
  1170.           MAX-ACCESS  read-only
  1171.           STATUS  current
  1172.           DESCRIPTION
  1173.                   "The value identifies the block number for this Node
  1174.                   instance. It is the first 3 hexadecimal digits
  1175.  
  1176.  
  1177.  
  1178. Kielczewski, Kostick & Shih                                    [Page 21]
  1179.  
  1180. RFC 1666                       SNANAU MIB                    August 1994
  1181.  
  1182.  
  1183.                   of the SNA Node id."
  1184.           ::= { snaNodeOperEntry 4 }
  1185.  
  1186. snaNodeOperIdNum OBJECT-TYPE
  1187.           SYNTAX  DisplayString (SIZE(5))
  1188.           MAX-ACCESS  read-only
  1189.           STATUS  current
  1190.           DESCRIPTION
  1191.                   "The value identifies the ID number for this Node
  1192.                   instance.  This is the last 5 hexadecimal digits of
  1193.                   the SNA Node id."
  1194.           ::= { snaNodeOperEntry 5 }
  1195.  
  1196. snaNodeOperEnablingMethod OBJECT-TYPE
  1197.           SYNTAX  INTEGER {
  1198.                   other (1),
  1199.                   startup (2),
  1200.                   demand (3),
  1201.                   onlyMS (4)
  1202.                   }
  1203.           MAX-ACCESS  read-only
  1204.           STATUS  current
  1205.           DESCRIPTION
  1206.                   "The value indicates how the Node is activated for
  1207.                   the first time.
  1208.                   The values have the following meanings:
  1209.                      other (1)   - not at boot time, LU activation
  1210.                         or by a Management Station;
  1211.                      startup (2) - at SNA services' initialization
  1212.                         time (this is the default),
  1213.                      demand (3)  - only when LU is requested by
  1214.                         application,
  1215.                      onlyMS (4) - by a network Management Station
  1216.                         only."
  1217.           ::= { snaNodeOperEntry 6 }
  1218.  
  1219. snaNodeOperLuTermDefault OBJECT-TYPE
  1220.           SYNTAX  INTEGER {
  1221.                   unbind (1),
  1222.                   termself (2),
  1223.                   rshutd (3),
  1224.                   poweroff (4)
  1225.                   }
  1226.           MAX-ACCESS  read-only
  1227.           STATUS  current
  1228.           DESCRIPTION
  1229.                 "The value identifies the default method used to
  1230.                 deactivate LUs for this Node.
  1231.  
  1232.  
  1233.  
  1234. Kielczewski, Kostick & Shih                                    [Page 22]
  1235.  
  1236. RFC 1666                       SNANAU MIB                    August 1994
  1237.  
  1238.  
  1239.                 For LU6.2s, 'unbind(1)' is the only valid value.
  1240.  
  1241.                 unbind(1) -   terminate the LU-LU session by sending
  1242.                         an SNA UNBIND request.
  1243.                 termself(2) - terminate the LU-LU session by sending
  1244.                         an SNA TERM-SELF (Terminate Self) request on
  1245.                         the SSCP-LU session. The SSCP will inform the
  1246.                         remote session LU partner to send an UNBIND
  1247.                         request to terminate the session.
  1248.                 rshutd(3) -   terminate the LU-LU session by sending
  1249.                         an SNA RSHUTD (Request ShutDown) request to
  1250.                         the remote session LU partner. The remote LU
  1251.                         will then send an UNBIND request to terminate
  1252.                         the session.
  1253.                 poweroff(4) - terminate the LU-LU session by sending
  1254.                         either an SNA LUSTAT (LU Status) request on
  1255.                         the LU-LU session or an SNA NOTIFY request on
  1256.                         the SSCP-LU session indicating that the LU has
  1257.                         been powered off. Sending both is also
  1258.                         acceptable. The result should be that the
  1259.                         remote session LU partner will send an UNBIND
  1260.                         to terminate the session.
  1261.  
  1262.                 This object describes the default behavior for this
  1263.                 Node; however, it is possible that for a specific LU
  1264.                 the behavior indicated by the snaLuOperTerm object is
  1265.                 different."
  1266.           ::= { snaNodeOperEntry 7 }
  1267.  
  1268. snaNodeOperMaxLu OBJECT-TYPE
  1269.           SYNTAX  Integer32
  1270.           MAX-ACCESS  read-only
  1271.           STATUS  current
  1272.           DESCRIPTION
  1273.                   "This value identifies the current, maximum number
  1274.                   of LUs that are activated for this Node. For PU2.1,
  1275.                   this object refers to the number of dependent LUs."
  1276.           ::= { snaNodeOperEntry 8 }
  1277.  
  1278. snaNodeOperHostDescription OBJECT-TYPE
  1279.           SYNTAX  DisplayString (SIZE(0..128))
  1280.           MAX-ACCESS  read-only
  1281.           STATUS  current
  1282.           DESCRIPTION
  1283.                   "This value identifies the remote host currently
  1284.                    associated with this Node.
  1285.                    Since SSCP Id's may not be unique
  1286.                    across hosts, the host description
  1287.  
  1288.  
  1289.  
  1290. Kielczewski, Kostick & Shih                                    [Page 23]
  1291.  
  1292. RFC 1666                       SNANAU MIB                    August 1994
  1293.  
  1294.  
  1295.                    is required to uniquely identify the SSCP."
  1296.           ::= { snaNodeOperEntry 9 }
  1297.  
  1298. snaNodeOperStopMethod OBJECT-TYPE
  1299.           SYNTAX  INTEGER {
  1300.                   other (1),
  1301.                   normal (2),
  1302.                   immed (3),
  1303.                   force (4)
  1304.                   }
  1305.           MAX-ACCESS  read-only
  1306.           STATUS  current
  1307.           DESCRIPTION
  1308.                   "This value identifies the current Node shutdown
  1309.                   method to be used by the Agent to stop the Node.
  1310.                   When the Agent changes the Node's state to 'inactive
  1311.                   (1)', the Agent must use the shutdown method
  1312.                   indicated by this object.
  1313.  
  1314.                   The values have the following meaning:
  1315.  
  1316.                   other (1) - proprietary method not listed in this
  1317.                               enumeration
  1318.                   normal(2) - deactivate only when there is no more
  1319.                         activity on this Node (i.e., all data flows
  1320.                         have been completed and all sessions have
  1321.                         been terminated).
  1322.                   immed(3)  - deactivate immediately regardless of
  1323.                         current activities on this Node. Wait for
  1324.                         deactivation responses (from remote Node)
  1325.                         before changing the Node state to inactive.
  1326.                   force(4)  - deactivate immediately regardless of
  1327.                         current activities on this Node. Do not wait
  1328.                         for deactivation responses (from remote Node)
  1329.                         before changing the Node state to inactive.
  1330.  
  1331.                   Note that a write operation to
  1332.                   snaNodeAdminOperStopMethod may immediately change
  1333.                   the value of snaNodeOperStopMethod depending on
  1334.                   the Agent implementation."
  1335.           ::= { snaNodeOperEntry 10 }
  1336.  
  1337. snaNodeOperState OBJECT-TYPE
  1338.           SYNTAX  INTEGER {
  1339.                   inactive (1),
  1340.                   active (2),
  1341.                   waiting (3),
  1342.                   stopping (4)
  1343.  
  1344.  
  1345.  
  1346. Kielczewski, Kostick & Shih                                    [Page 24]
  1347.  
  1348. RFC 1666                       SNANAU MIB                    August 1994
  1349.  
  1350.  
  1351.                   }
  1352.           MAX-ACCESS  read-only
  1353.           STATUS  current
  1354.           DESCRIPTION
  1355.                   "The current state of the Node.
  1356.                   The values have the following meanings:
  1357.                     inactive (1), a row representing the Node has
  1358.                         been created in the AdminTable
  1359.                         and, the Node is ready for activation -or-
  1360.                         an active Node has been stopped -or-
  1361.                         a waiting Node has returned to the inactive
  1362.                         state.
  1363.                     waiting (3), a request to have the Node activated
  1364.                         has been issued, and the Node is pending
  1365.                         activation.
  1366.                     active (2), the Node is ready and operating.
  1367.                     stopping (4), the request to stop the Node has
  1368.                         been issued while the StopMethod normal
  1369.                         or immediate is used."
  1370.           ::= { snaNodeOperEntry 11 }
  1371.  
  1372. snaNodeOperHostSscpId OBJECT-TYPE
  1373.           SYNTAX  OCTET STRING (SIZE(0..6))
  1374.           MAX-ACCESS  read-only
  1375.           STATUS  current
  1376.           DESCRIPTION
  1377.                   "This value identifies the current SSCP Id
  1378.                    associated with the Node. This object is only
  1379.                    applicable to PU 2.0s. If the Node
  1380.                    is not a PU 2.0 type, then this object contains a
  1381.                    zero length string."
  1382.           ::= { snaNodeOperEntry 12 }
  1383.  
  1384. snaNodeOperStartTime OBJECT-TYPE
  1385.           SYNTAX  TimeStamp
  1386.           MAX-ACCESS  read-only
  1387.           STATUS  current
  1388.           DESCRIPTION
  1389.                   "The timestamp (e.g, the Agent's sysUpTime value)
  1390.                    at the Node activation."
  1391.           ::= { snaNodeOperEntry 13 }
  1392.  
  1393. snaNodeOperLastStateChange OBJECT-TYPE
  1394.           SYNTAX  TimeStamp
  1395.           MAX-ACCESS  read-only
  1396.           STATUS  current
  1397.           DESCRIPTION
  1398.                   "The timestamp (e.g., the Agent's sysUpTime value)
  1399.  
  1400.  
  1401.  
  1402. Kielczewski, Kostick & Shih                                    [Page 25]
  1403.  
  1404. RFC 1666                       SNANAU MIB                    August 1994
  1405.  
  1406.  
  1407.                   at the last state change of the Node."
  1408.           ::= { snaNodeOperEntry 14 }
  1409.  
  1410. snaNodeOperActFailures OBJECT-TYPE
  1411.           SYNTAX  Counter32
  1412.           MAX-ACCESS  read-only
  1413.           STATUS  current
  1414.           DESCRIPTION
  1415.                   "This value identifies the number of failed Node
  1416.                   activation attempts."
  1417.           ::= { snaNodeOperEntry 15 }
  1418.  
  1419. snaNodeOperActFailureReason OBJECT-TYPE
  1420.           SYNTAX  INTEGER {
  1421.                   other (1),
  1422.                   linkFailure (2),
  1423.                   noResources (3),
  1424.                   badConfiguration (4),
  1425.                   internalError (5)
  1426.                   }
  1427.           MAX-ACCESS  read-only
  1428.           STATUS  current
  1429.           DESCRIPTION
  1430.                   "The value indicates the reason for the activation
  1431.                   failure.  The value 'other (1)' indicates a reason
  1432.                   not listed in the enumeration. This object
  1433.                   will be sent in the trap snaNodeActFailTrap."
  1434.           ::= { snaNodeOperEntry 16 }
  1435.  
  1436.  
  1437. -- ***************************************************************
  1438. -- The following object is updated when there is a change to
  1439. -- the value of snaNodeOperState in any row or a row is
  1440. -- added/deleted from the snaNodeOperTable via the snaNodeAdminTable.
  1441. -- ***************************************************************
  1442.  
  1443. snaNodeOperTableLastChange OBJECT-TYPE
  1444.           SYNTAX  TimeStamp
  1445.           MAX-ACCESS  read-only
  1446.           STATUS  current
  1447.           DESCRIPTION
  1448.                   "The timestamp (e.g., the Agent's sysUpTime value)
  1449.                   at the last change made to any object in the
  1450.                   snaNodeOperTable, including row deletions/additions
  1451.                   made as a result of changes to the
  1452.                   snaNodeAdminRowStatus object.
  1453.  
  1454.                   This object can be used to reduce frequent
  1455.  
  1456.  
  1457.  
  1458. Kielczewski, Kostick & Shih                                    [Page 26]
  1459.  
  1460. RFC 1666                       SNANAU MIB                    August 1994
  1461.  
  1462.  
  1463.                   retrievals of the snaNodeOperTable by a Management
  1464.                   Station. It is expected that a Management Station
  1465.                   will periodically poll this object and compare its
  1466.                   current value with the previous one. A difference
  1467.                   indicates that some Node operational information
  1468.                   has been changed. Only then will the Management
  1469.                   Station retrieve the entire table."
  1470.           ::= { snaNode 4 }
  1471.  
  1472.  
  1473. -- ***************************************************************
  1474. -- The following table contains PU 2.0 statistics dynamic parameters.
  1475. -- ***************************************************************
  1476.  
  1477. snaPu20StatsTable OBJECT-TYPE
  1478.           SYNTAX  SEQUENCE OF SnaPu20StatsEntry
  1479.           MAX-ACCESS  not-accessible
  1480.           STATUS  current
  1481.           DESCRIPTION
  1482.                   "This table contains the dynamic parameters which
  1483.                   have read-only access. The entries in this table
  1484.                   correspond to PU 2.0 entries in the snaNodeOperTable
  1485.                   and cannot be created by a Management Station."
  1486.           ::= { snaNode 5 }
  1487.  
  1488. snaPu20StatsEntry OBJECT-TYPE
  1489.           SYNTAX  SnaPu20StatsEntry
  1490.           MAX-ACCESS  not-accessible
  1491.           STATUS  current
  1492.           DESCRIPTION
  1493.                   "The entry contains parameters which describe the
  1494.                   statistics for one PU 2.0. They have read-only
  1495.                   access.
  1496.                   The counters represent traffic for all kinds
  1497.                   of sessions: LU-LU, SSCP-PU, SSCP-LU.
  1498.  
  1499.                   Each Node of PU Type 2.0 from the snaNodeAdminTable
  1500.                   has one entry in this table and the index used
  1501.                   here has the same value as snaNodeAdminIndex of
  1502.                   that PU.  The entry is created by the Agent."
  1503.           INDEX   { snaNodeAdminIndex }
  1504.           ::= { snaPu20StatsTable 1 }
  1505.  
  1506. SnaPu20StatsEntry ::= SEQUENCE {
  1507.           snaPu20StatsSentBytes
  1508.                   Counter32,
  1509.           snaPu20StatsReceivedBytes
  1510.                   Counter32,
  1511.  
  1512.  
  1513.  
  1514. Kielczewski, Kostick & Shih                                    [Page 27]
  1515.  
  1516. RFC 1666                       SNANAU MIB                    August 1994
  1517.  
  1518.  
  1519.           snaPu20StatsSentPius
  1520.                   Counter32,
  1521.           snaPu20StatsReceivedPius
  1522.                   Counter32,
  1523.           snaPu20StatsSentNegativeResps
  1524.                   Counter32,
  1525.           snaPu20StatsReceivedNegativeResps
  1526.                   Counter32,
  1527.           snaPu20StatsActLus
  1528.                   Gauge32,
  1529.           snaPu20StatsInActLus
  1530.                   Gauge32,
  1531.           snaPu20StatsBindLus
  1532.                   Gauge32
  1533.           }
  1534.  
  1535. snaPu20StatsSentBytes OBJECT-TYPE
  1536.           SYNTAX  Counter32
  1537.           MAX-ACCESS  read-only
  1538.           STATUS  current
  1539.           DESCRIPTION
  1540.                   "The number of bytes sent by this Node."
  1541.           ::= { snaPu20StatsEntry 1 }
  1542.  
  1543. snaPu20StatsReceivedBytes OBJECT-TYPE
  1544.           SYNTAX  Counter32
  1545.           MAX-ACCESS  read-only
  1546.           STATUS  current
  1547.           DESCRIPTION
  1548.                   "The number of bytes received by this Node."
  1549.           ::= { snaPu20StatsEntry 2 }
  1550.  
  1551. snaPu20StatsSentPius OBJECT-TYPE
  1552.           SYNTAX  Counter32
  1553.           MAX-ACCESS  read-only
  1554.           STATUS  current
  1555.           DESCRIPTION
  1556.                   "The number of PIUs sent by this Node."
  1557.           ::= { snaPu20StatsEntry 3 }
  1558.  
  1559. snaPu20StatsReceivedPius OBJECT-TYPE
  1560.           SYNTAX  Counter32
  1561.           MAX-ACCESS  read-only
  1562.           STATUS  current
  1563.           DESCRIPTION
  1564.                   "The number of PIUs received by this Node."
  1565.           ::= { snaPu20StatsEntry 4 }
  1566.  
  1567.  
  1568.  
  1569.  
  1570. Kielczewski, Kostick & Shih                                    [Page 28]
  1571.  
  1572. RFC 1666                       SNANAU MIB                    August 1994
  1573.  
  1574.  
  1575. snaPu20StatsSentNegativeResps OBJECT-TYPE
  1576.           SYNTAX  Counter32
  1577.           MAX-ACCESS  read-only
  1578.           STATUS  current
  1579.           DESCRIPTION
  1580.                   "The number of negative responses sent
  1581.                   by this Node."
  1582.           ::= { snaPu20StatsEntry 5 }
  1583.  
  1584. snaPu20StatsReceivedNegativeResps OBJECT-TYPE
  1585.           SYNTAX  Counter32
  1586.           MAX-ACCESS  read-only
  1587.           STATUS  current
  1588.           DESCRIPTION
  1589.                   "The number of negative responses received
  1590.                   by this Node."
  1591.           ::= { snaPu20StatsEntry 6 }
  1592.  
  1593. snaPu20StatsActLus OBJECT-TYPE
  1594.           SYNTAX  Gauge32
  1595.           MAX-ACCESS  read-only
  1596.           STATUS  current
  1597.           DESCRIPTION
  1598.                   "The number of LUs on this PU which have
  1599.                   received and responded to ACTLU from the host."
  1600.           ::= { snaPu20StatsEntry 7 }
  1601.  
  1602. snaPu20StatsInActLus OBJECT-TYPE
  1603.           SYNTAX  Gauge32
  1604.           MAX-ACCESS  read-only
  1605.           STATUS  current
  1606.           DESCRIPTION
  1607.                   "The number of LUs on this PU which have
  1608.                   not received an ACTLU from the host.  This is
  1609.                   possible if the number of configured LUs exceeds
  1610.                   that on the host."
  1611.           ::= { snaPu20StatsEntry 8 }
  1612.  
  1613. snaPu20StatsBindLus OBJECT-TYPE
  1614.           SYNTAX  Gauge32
  1615.           MAX-ACCESS  read-only
  1616.           STATUS  current
  1617.           DESCRIPTION
  1618.                   "The number of LUs on this PU which have
  1619.                   received and acknowledged a BIND request from the
  1620.                   host."
  1621.           ::= { snaPu20StatsEntry 9 }
  1622.  
  1623.  
  1624.  
  1625.  
  1626. Kielczewski, Kostick & Shih                                    [Page 29]
  1627.  
  1628. RFC 1666                       SNANAU MIB                    August 1994
  1629.  
  1630.  
  1631. -- ***************************************************************
  1632. -- The following table contains the association between Nodes and
  1633. -- link identifiers.
  1634. -- It is used for configuration purposes.
  1635. -- ***************************************************************
  1636.  
  1637. snaNodeLinkAdminTable OBJECT-TYPE
  1638.           SYNTAX  SEQUENCE OF SnaNodeLinkAdminEntry
  1639.           MAX-ACCESS  not-accessible
  1640.           STATUS  current
  1641.           DESCRIPTION
  1642.                   "This table contains the references to link
  1643.                   specific tables. If a Node is configured for
  1644.                   multiple links, then the Node will have
  1645.                   multiple entries in this table.
  1646.                   The entries in this table can be generated
  1647.                   initially, after initialization of SNA service,
  1648.                   by the Agent which uses information from
  1649.                   Node configuration file.
  1650.                   Subsequent modifications of parameters,
  1651.                   creation of new Nodes link entries and deletion
  1652.                   of entries is possible.
  1653.                   The modification to this table can be
  1654.                   saved in the Node configuration file for the
  1655.                   next initialization of SNA service, but the mechanism
  1656.                   for this function is not defined here."
  1657.           ::= { snaNode 6 }
  1658.  
  1659. snaNodeLinkAdminEntry OBJECT-TYPE
  1660.           SYNTAX  SnaNodeLinkAdminEntry
  1661.           MAX-ACCESS  not-accessible
  1662.           STATUS  current
  1663.           DESCRIPTION
  1664.                   "Entry contains the configuration information that
  1665.                   associates a Node instance to one link instance.
  1666.                   The objects in the entry have read-create access.
  1667.                   Entry can be created, modified or deleted.
  1668.                   The object snaNodeLinkAdminRowStatus is used (set)
  1669.                   to create or delete an entry.
  1670.                   The object snaNodeLinkAdminSpecific can be set
  1671.                   later, after the entry has been created."
  1672.           INDEX   { snaNodeAdminIndex,
  1673.                     snaNodeLinkAdminIndex }
  1674.           ::= { snaNodeLinkAdminTable 1 }
  1675.  
  1676. SnaNodeLinkAdminEntry ::= SEQUENCE {
  1677.           snaNodeLinkAdminIndex
  1678.                   Integer32,
  1679.  
  1680.  
  1681.  
  1682. Kielczewski, Kostick & Shih                                    [Page 30]
  1683.  
  1684. RFC 1666                       SNANAU MIB                    August 1994
  1685.  
  1686.  
  1687.           snaNodeLinkAdminSpecific
  1688.                   InstancePointer,
  1689.           snaNodeLinkAdminMaxPiu
  1690.                   Integer32,
  1691.           snaNodeLinkAdminRowStatus
  1692.                   RowStatus
  1693.           }
  1694.  
  1695. snaNodeLinkAdminIndex OBJECT-TYPE
  1696.           SYNTAX  Integer32
  1697.           MAX-ACCESS  not-accessible
  1698.           STATUS  current
  1699.           DESCRIPTION
  1700.                   "This value is used to index the instances of objects.
  1701.                   If an Agent creates the entry, then it will assign
  1702.                   this number otherwise a Management Station
  1703.                   generates a random number when it reserves the
  1704.                   entry for creation."
  1705.           ::= { snaNodeLinkAdminEntry 1 }
  1706.  
  1707. snaNodeLinkAdminSpecific OBJECT-TYPE
  1708.           SYNTAX  InstancePointer
  1709.           MAX-ACCESS  read-create
  1710.           STATUS  current
  1711.           DESCRIPTION
  1712.                   "This value points to the row in the table
  1713.                   containing information on the link instance.
  1714.                   (e.g., the sdlcLSAdminTable of
  1715.                   the SNA DLC MIB module)."
  1716.           ::= { snaNodeLinkAdminEntry 2 }
  1717.  
  1718. snaNodeLinkAdminMaxPiu OBJECT-TYPE
  1719.           SYNTAX  Integer32
  1720.           MAX-ACCESS  read-create
  1721.           STATUS  current
  1722.           DESCRIPTION
  1723.                   "This value identifies the maximum number of octets
  1724.                   that can be exchanged by this Node in one
  1725.                   Path Information Unit (PIU)."
  1726.           ::= { snaNodeLinkAdminEntry 3 }
  1727.  
  1728. snaNodeLinkAdminRowStatus OBJECT-TYPE
  1729.           SYNTAX  RowStatus
  1730.           MAX-ACCESS  read-create
  1731.           STATUS  current
  1732.           DESCRIPTION
  1733.                 "This object is used by a Management Station to
  1734.                 create or delete the row entry in the
  1735.  
  1736.  
  1737.  
  1738. Kielczewski, Kostick & Shih                                    [Page 31]
  1739.  
  1740. RFC 1666                       SNANAU MIB                    August 1994
  1741.  
  1742.  
  1743.                 snaNodeLinkAdminTable.
  1744.                 To activate a row, a Management Station sets the value
  1745.                 to 'active (1)' or 'notReady (3)'.  Upon successful
  1746.                 creation of the row, the Agent automatically creates
  1747.                 a corresponding entry in the snaNodeLinkOperTable.
  1748.  
  1749.                 Row deletion can be Management Station or Agent
  1750.                 initiated:
  1751.                 (a) The Management Station can set the value to
  1752.                 'destroy (6)' only when the value of
  1753.                 snaNodeLinkOperState of this Link
  1754.                 instance is 'inactive (1)'. The Agent will then
  1755.                 delete the row corresponding to this Link
  1756.                 instance from snaNodeLinkOperTable and
  1757.                 from snaNodeLinkAdminTable.
  1758.                 (b) The Agent detects that a row is in the
  1759.                 'notReady (3)' state for greater than a
  1760.                 default period of 5 minutes.
  1761.                 (c) The Agent will not include a row with RowStatus=
  1762.                 'notReady (3)', after SNA system re-initialization
  1763.                  (e.g., reboot)."
  1764.           ::= { snaNodeLinkAdminEntry 4 }
  1765.  
  1766.  
  1767. -- ***************************************************************
  1768. -- The following object is updated when there is a change to
  1769. -- the value of any object in the snaNodeLinkAdminTable.
  1770. -- ***************************************************************
  1771.  
  1772. snaNodeLinkAdminTableLastChange OBJECT-TYPE
  1773.           SYNTAX  TimeStamp
  1774.           MAX-ACCESS  read-only
  1775.           STATUS  current
  1776.           DESCRIPTION
  1777.                   "The timestamp (e.g., the Agent's sysUpTime value)
  1778.                   at the last
  1779.                   change made to any object in the snaNodeLinkAdminTable,
  1780.                   including row deletions/additions (i.e., changes
  1781.                   to the snaNodeLinkAdminRowStatus object).
  1782.  
  1783.                   This object can be used to reduce frequent
  1784.                   retrievals of the snaNodeLinkAdminTable by a
  1785.                   Management Station. It is expected that a
  1786.                   Management Station will periodically poll this
  1787.                   object and compare its current value with the
  1788.                   previous one.
  1789.                   A difference indicates that some Node operational
  1790.                   information has been changed. Only then will the
  1791.  
  1792.  
  1793.  
  1794. Kielczewski, Kostick & Shih                                    [Page 32]
  1795.  
  1796. RFC 1666                       SNANAU MIB                    August 1994
  1797.  
  1798.  
  1799.                   Management Station retrieve the entire table."
  1800.           ::= { snaNode 7 }
  1801.  
  1802.  
  1803. -- ***************************************************************
  1804. -- The following table contains the association between
  1805. -- Nodes and link identifiers.
  1806. -- It provides the current status.
  1807. -- ***************************************************************
  1808.  
  1809. snaNodeLinkOperTable OBJECT-TYPE
  1810.           SYNTAX  SEQUENCE OF SnaNodeLinkOperEntry
  1811.           MAX-ACCESS  not-accessible
  1812.           STATUS  current
  1813.           DESCRIPTION
  1814.                   "This table contains all references to link
  1815.                   specific tables for operational parameters.
  1816.                   If a Node is configured for multiple links,
  1817.                   then the Node will have multiple entries in
  1818.                   this table. This table augments the
  1819.                   snaNodeLinkAdminTable."
  1820.           ::= { snaNode 8 }
  1821.  
  1822. snaNodeLinkOperEntry OBJECT-TYPE
  1823.           SYNTAX  SnaNodeLinkOperEntry
  1824.           MAX-ACCESS  not-accessible
  1825.           STATUS  current
  1826.           DESCRIPTION
  1827.                   "Entry contains all current parameters for one
  1828.                   Node link. The objects in the entry have
  1829.                   read-only access."
  1830.           AUGMENTS   { snaNodeLinkAdminEntry }
  1831.           ::= { snaNodeLinkOperTable 1 }
  1832.  
  1833. SnaNodeLinkOperEntry ::= SEQUENCE {
  1834.           snaNodeLinkOperSpecific
  1835.                   InstancePointer,
  1836.           snaNodeLinkOperMaxPiu
  1837.                   Integer32
  1838.           }
  1839.  
  1840. snaNodeLinkOperSpecific OBJECT-TYPE
  1841.           SYNTAX  InstancePointer
  1842.           MAX-ACCESS  read-only
  1843.           STATUS  current
  1844.           DESCRIPTION
  1845.                   "This value points to the row in the table
  1846.                   containing information on the link instance.
  1847.  
  1848.  
  1849.  
  1850. Kielczewski, Kostick & Shih                                    [Page 33]
  1851.  
  1852. RFC 1666                       SNANAU MIB                    August 1994
  1853.  
  1854.  
  1855.                   (e.g., the sdlcLSOperTable of
  1856.                   the SNA DLC MIB module)."
  1857.           ::= { snaNodeLinkOperEntry 1 }
  1858.  
  1859. snaNodeLinkOperMaxPiu OBJECT-TYPE
  1860.           SYNTAX  Integer32
  1861.           MAX-ACCESS  read-only
  1862.           STATUS  current
  1863.           DESCRIPTION
  1864.                   "Maximum number of octets that can
  1865.                   be exchanged by this Node in one Path
  1866.                   Information Unit (PIU)."
  1867.           ::= { snaNodeLinkOperEntry 2 }
  1868.  
  1869.  
  1870. -- ***************************************************************
  1871. -- The following object is updated when a row is added/deleted
  1872. -- from the snaNodeLinkOperTable.
  1873. -- ***************************************************************
  1874.  
  1875. snaNodeLinkOperTableLastChange OBJECT-TYPE
  1876.           SYNTAX  TimeStamp
  1877.           MAX-ACCESS  read-only
  1878.           STATUS  current
  1879.           DESCRIPTION
  1880.                   "The timestamp of the last
  1881.                   change made to any object in the snaNodeLinkOperTable,
  1882.                   including row deletions/additions.
  1883.  
  1884.                   This object can be used to reduce frequent
  1885.                   retrievals of the snaNodeLinkOperTable by a
  1886.                   Management Station. It is expected that a
  1887.                   Management Station will periodically poll this
  1888.                   object and compare its current value with the
  1889.                   previous one.
  1890.                   A difference indicates that some Node operational
  1891.                   information has been changed. Only then will the
  1892.                   Management Station retrieve the entire table."
  1893.           ::= { snaNode 9 }
  1894.  
  1895.  
  1896.  
  1897.  
  1898.  
  1899.  
  1900.  
  1901.  
  1902.  
  1903.  
  1904.  
  1905.  
  1906. Kielczewski, Kostick & Shih                                    [Page 34]
  1907.  
  1908. RFC 1666                       SNANAU MIB                    August 1994
  1909.  
  1910.  
  1911. -- ***************************************************************
  1912. -- Traps
  1913. -- ***************************************************************
  1914.  
  1915. snaNodeTraps OBJECT IDENTIFIER ::= { snaNode 10 }
  1916.  
  1917. snaNodeStateChangeTrap NOTIFICATION-TYPE
  1918.           OBJECTS  { snaNodeOperName,
  1919.                   snaNodeOperState }
  1920.           STATUS  current
  1921.           DESCRIPTION
  1922.                   "This trap indicates that the operational state
  1923.                   (i.e., value of the snaNodeOperState object) of a Node
  1924.                    has changed. The following variables are returned:
  1925.                     snaNodeOperName - current name of the Node,
  1926.                       with the instance identifying the Node; and,
  1927.                     snaNodeOperState - current state after
  1928.                       the change."
  1929.           ::= { snaNodeTraps 1 }
  1930.  
  1931. snaNodeActFailTrap NOTIFICATION-TYPE
  1932.           OBJECTS  { snaNodeOperName,
  1933.                   snaNodeOperState,
  1934.                   snaNodeOperActFailureReason }
  1935.           STATUS  current
  1936.           DESCRIPTION
  1937.                   "This trap indicates a Node activation failure.
  1938.                   The value of snaNodeOperState indicates the current
  1939.                   state after the activation attempt.
  1940.                   The value of snaNodeOperActFailureReason indicates
  1941.                   the failure reason."
  1942.           ::=  { snaNodeTraps 2 }
  1943.  
  1944.  
  1945. -- ***************************************************************
  1946. -- snaLu group
  1947. --
  1948. -- It contains Managed Objects related to LUs in general and some
  1949. -- specific for LUs of type 0, 1, 2, 3.
  1950. -- ***************************************************************
  1951.  
  1952.  
  1953. -- ***************************************************************
  1954. -- The following table contains LU configuration parameters.
  1955. -- ***************************************************************
  1956.  
  1957.  
  1958.  
  1959.  
  1960.  
  1961.  
  1962. Kielczewski, Kostick & Shih                                    [Page 35]
  1963.  
  1964. RFC 1666                       SNANAU MIB                    August 1994
  1965.  
  1966.  
  1967. snaLuAdminTable OBJECT-TYPE
  1968.         SYNTAX  SEQUENCE OF SnaLuAdminEntry
  1969.         MAX-ACCESS  not-accessible
  1970.         STATUS  current
  1971.         DESCRIPTION
  1972.                 "This table contains LU configuration information.
  1973.                 The rows in this table can be created and deleted
  1974.                 by a Management Station.
  1975.                 Only objects which are common to all types of LUs
  1976.                 are included in this table."
  1977.         ::= { snaLu 1 }
  1978.  
  1979. snaLuAdminEntry OBJECT-TYPE
  1980.         SYNTAX  SnaLuAdminEntry
  1981.         MAX-ACCESS  not-accessible
  1982.         STATUS  current
  1983.         DESCRIPTION
  1984.                 "Contains configuration variables for an LU."
  1985.         INDEX   { snaNodeAdminIndex, snaLuAdminLuIndex }
  1986.         ::= { snaLuAdminTable 1 }
  1987.  
  1988. SnaLuAdminEntry ::= SEQUENCE {
  1989.         snaLuAdminLuIndex
  1990.                 Integer32,
  1991.         snaLuAdminName
  1992.                 DisplayString,
  1993.         snaLuAdminSnaName
  1994.                 DisplayString,
  1995.         snaLuAdminType
  1996.                 INTEGER,
  1997.         snaLuAdminDepType
  1998.                 INTEGER,
  1999.         snaLuAdminLocalAddress
  2000.                 OCTET STRING,
  2001.         snaLuAdminDisplayModel
  2002.                 INTEGER,
  2003.         snaLuAdminTerm
  2004.                 INTEGER,
  2005.         snaLuAdminRowStatus
  2006.                 RowStatus
  2007.         }
  2008.  
  2009. snaLuAdminLuIndex OBJECT-TYPE
  2010.         SYNTAX  Integer32
  2011.         MAX-ACCESS  not-accessible
  2012.         STATUS  current
  2013.         DESCRIPTION
  2014.                 "This value identifies the unique index for an
  2015.  
  2016.  
  2017.  
  2018. Kielczewski, Kostick & Shih                                    [Page 36]
  2019.  
  2020. RFC 1666                       SNANAU MIB                    August 1994
  2021.  
  2022.  
  2023.                  LU instance within a Node."
  2024.         ::= { snaLuAdminEntry 1 }
  2025.  
  2026. snaLuAdminName OBJECT-TYPE
  2027.         SYNTAX  DisplayString (SIZE(0..48))
  2028.         MAX-ACCESS  read-create
  2029.         STATUS  current
  2030.         DESCRIPTION
  2031.                 "This value identifies the user configurable
  2032.                 name for this LU. If a name is not assigned to the LU,
  2033.                 then this object contains a zero length string.
  2034.  
  2035.                 A write operation to this object will
  2036.                 not change the operational value reflected
  2037.                 in snaLuOperName until the Node has
  2038.                 been re-activated (e.g., after the next
  2039.                 initialization of the SNA services)."
  2040.         ::= { snaLuAdminEntry 2 }
  2041.  
  2042. snaLuAdminSnaName OBJECT-TYPE
  2043.         SYNTAX  DisplayString (SIZE(1..17))
  2044.         MAX-ACCESS  read-create
  2045.         STATUS  current
  2046.         DESCRIPTION
  2047.                 "This value identifies the SNA LU name
  2048.                 used in exchange of SNA data.
  2049.  
  2050.                 A write operation to this object will
  2051.                 not change the operational value reflected
  2052.                 in snaLuOperSnaName until the Node has
  2053.                 been re-activated (e.g., after the next
  2054.                 initialization of the SNA services)."
  2055.         ::= { snaLuAdminEntry 3 }
  2056.  
  2057. snaLuAdminType OBJECT-TYPE
  2058.         SYNTAX  INTEGER {
  2059.                 other(1),
  2060.                 lu0(2),
  2061.                 lu1(3),
  2062.                 lu2(4),
  2063.                 lu3(5),
  2064.                 lu4(6),
  2065.                 lu62(7),
  2066.                 lu7(8)
  2067.                 }
  2068.         MAX-ACCESS  read-create
  2069.         STATUS  current
  2070.         DESCRIPTION
  2071.  
  2072.  
  2073.  
  2074. Kielczewski, Kostick & Shih                                    [Page 37]
  2075.  
  2076. RFC 1666                       SNANAU MIB                    August 1994
  2077.  
  2078.  
  2079.                 "This value identifies the LU type.
  2080.  
  2081.                 A write operation to this object will
  2082.                 not change the operational value reflected
  2083.                 in snaLuOperAdminType until the Node has
  2084.                 been re-activated (e.g., after the next
  2085.                 initialization of the SNA services)."
  2086.         ::= { snaLuAdminEntry 4 }
  2087.  
  2088. snaLuAdminDepType OBJECT-TYPE
  2089.         SYNTAX  INTEGER {
  2090.                 dependent(1),
  2091.                 independent(2)
  2092.                 }
  2093.         MAX-ACCESS  read-create
  2094.         STATUS  current
  2095.         DESCRIPTION
  2096.                 "This value identifies whether the LU is
  2097.                 dependent or independent.
  2098.  
  2099.                 A write operation to this object will
  2100.                 not change the operational value reflected
  2101.                 in snaLuOperDepType until the Node has
  2102.                 been re-activated (e.g., after the next
  2103.                 initialization of the SNA services)."
  2104.         ::= { snaLuAdminEntry 5 }
  2105.  
  2106. snaLuAdminLocalAddress OBJECT-TYPE
  2107.         SYNTAX  OCTET STRING (SIZE(1))
  2108.         MAX-ACCESS  read-create
  2109.         STATUS  current
  2110.         DESCRIPTION
  2111.                 "The local address for this LU is a byte with a value
  2112.                 ranging from 0 to 254.For dependent LUs, this value
  2113.                 ranges from 1 to 254 and for independent LUs this
  2114.                 value is always 0.
  2115.  
  2116.                 A write operation to this object will not change the
  2117.                 operational value reflected in snaLuOperLocalAddress
  2118.                 until the Node has been re-activated (e.g., after the
  2119.                 next initialization of the SNA services)."
  2120.         ::= { snaLuAdminEntry 6 }
  2121.  
  2122. snaLuAdminDisplayModel OBJECT-TYPE
  2123.         SYNTAX  INTEGER {
  2124.                 invalid(1),
  2125.                 model2A(2),
  2126.                 model2B(3),
  2127.  
  2128.  
  2129.  
  2130. Kielczewski, Kostick & Shih                                    [Page 38]
  2131.  
  2132. RFC 1666                       SNANAU MIB                    August 1994
  2133.  
  2134.  
  2135.                 model3A(4),
  2136.                 model3B(5),
  2137.                 model4A(6),
  2138.                 model4B(7),
  2139.                 model5A(8),
  2140.                 model5B(9),
  2141.                 dynamic(10)
  2142.                 }
  2143.         MAX-ACCESS  read-create
  2144.         STATUS  current
  2145.         DESCRIPTION
  2146.                 "The value of this object identifies the  model type
  2147.                 and screen size of the terminal connected to the host.
  2148.                 This is only valid for LU Type 2.  The values have
  2149.                 the following meaning:
  2150.  
  2151.                 model2A(2) - Model 2 (24 rows x 80 cols) with base
  2152.                         attributes
  2153.                 model2B(3) - Model 2 (24 rows x 80 cols) with
  2154.                         extended attributes
  2155.                 model3A(4) - Model 3 (32 rows x 80 cols) with base
  2156.                         attributes
  2157.                 model3B(5) - Model 3 (32 rows x 80 cols) with extended
  2158.                         attributes
  2159.                 model4A(6) - Model 4 (43 rows x 80 cols) with base
  2160.                         attributes
  2161.                 model4B(7) - Model 4 (43 rows x 80 cols) with extended
  2162.                                                 attributes
  2163.                 model5A(8) - Model 5 (27 rows x 132 cols) with base
  2164.                         attributes
  2165.                 model5B(9) - Model 5 (27 rows x 132 cols) with
  2166.                         extended attributes
  2167.                 dynamic(10) - Screen size determine with BIND and Read
  2168.                                                 Partition Query.
  2169.  
  2170.                 In case this LU is not Type 2, then this object
  2171.                 should contain the invalid(1) value."
  2172.         ::= { snaLuAdminEntry 7 }
  2173.  
  2174. snaLuAdminTerm OBJECT-TYPE
  2175.         SYNTAX  INTEGER {
  2176.                 unbind (1),
  2177.                 termself (2),
  2178.                 rshutd (3),
  2179.                 poweroff (4)
  2180.                 }
  2181.         MAX-ACCESS  read-create
  2182.         STATUS  current
  2183.  
  2184.  
  2185.  
  2186. Kielczewski, Kostick & Shih                                    [Page 39]
  2187.  
  2188. RFC 1666                       SNANAU MIB                    August 1994
  2189.  
  2190.  
  2191.         DESCRIPTION
  2192.                 "This value identifies the desired method for
  2193.                 deactivation of this LU. This value overrides the
  2194.                 default method (snaNodeOperLuTermDefault) for this
  2195.                 Node.  For LU 6.2, only the value 'unbind (1)'
  2196.                 applies.
  2197.  
  2198.                 unbind(1) -   terminate the LU-LU session by sending
  2199.                         an SNA UNBIND request.
  2200.                 termself(2) - terminate the LU-LU session by sending
  2201.                         an SNA TERM-SELF (Terminate Self) request on
  2202.                         the SSCP-LU session. The SSCP will inform the
  2203.                         remote session LU partner to send an UNBIND
  2204.                         request to terminate the session.
  2205.                 rshutd(3) -   terminate the LU-LU session by sending
  2206.                         an SNA RSHUTD (Request ShutDown) request to
  2207.                         the remote session LU partner. The remote LU
  2208.                         will then send an UNBIND request to terminate
  2209.                         the session.
  2210.                 poweroff(4) - terminate the LU-LU session by sending
  2211.                         either an SNA LUSTAT (LU Status) request on
  2212.                         the LU-LU session or an SNA NOTIFY request on
  2213.                         the SSCP-LU session indicating that the LU has
  2214.                         been powered off. Sending both is also
  2215.                         acceptable. The result should be that the
  2216.                         remote session LU partner will send an UNBIND
  2217.                         to terminate the session.
  2218.  
  2219.                 A write operation to this object may immediately
  2220.                 change the operational value reflected
  2221.                 in snaLuOperTerm depending
  2222.                 on the Agent implementation."
  2223.         ::= { snaLuAdminEntry 8 }
  2224.  
  2225. snaLuAdminRowStatus OBJECT-TYPE
  2226.         SYNTAX  RowStatus
  2227.         MAX-ACCESS  read-create
  2228.         STATUS  current
  2229.         DESCRIPTION
  2230.                 "This object is used by a Management Station to
  2231.                 create or delete the row entry in the
  2232.                 snaLuAdminTable.
  2233.                 To activate a row, the Management Station sets the
  2234.                 value to 'active (1)' or 'notReady (3)'.
  2235.                 Upon successful creation of the row, the Agent
  2236.                 automatically creates a corresponding entry in the
  2237.                 snaLuOperTable with snaLuOperState equal to
  2238.                 'inactive (1)'.
  2239.  
  2240.  
  2241.  
  2242. Kielczewski, Kostick & Shih                                    [Page 40]
  2243.  
  2244. RFC 1666                       SNANAU MIB                    August 1994
  2245.  
  2246.  
  2247.                 Row deletion can be Management Station or Agent
  2248.                 initiated:
  2249.                 (a) The Management Station can set the value to
  2250.                 'destroy (6)' only when the value of snaLuOperState
  2251.                 of this LU instance is 'inactive (1)'. The Agent will
  2252.                 then delete the row corresponding to this LU
  2253.                 instance from snaLuAdminTable and
  2254.                 from snaLuOperTable.
  2255.                 (b) The Agent detects that a row is in the
  2256.                 'notReady (3)' state for greater than a
  2257.                 default period of 5 minutes.
  2258.                 (c) The Agent will not create a row with RowStatus
  2259.                 equal to 'notReady (3)', after SNA system
  2260.                 re-initialization (e.g., reboot)."
  2261.         ::= { snaLuAdminEntry 9 }
  2262.  
  2263.  
  2264. -- ***************************************************************
  2265. -- The following table contains LU state dynamic parameters.
  2266. -- ***************************************************************
  2267.  
  2268. snaLuOperTable OBJECT-TYPE
  2269.         SYNTAX  SEQUENCE OF SnaLuOperEntry
  2270.         MAX-ACCESS  not-accessible
  2271.         STATUS  current
  2272.         DESCRIPTION
  2273.                 "This table contains dynamic runtime information and
  2274.                 control variables relating to LUs.
  2275.                 Only objects which are common to all types of LUs are
  2276.                 included in this table. This table augments the
  2277.                 snaLuAdminTable."
  2278.         ::= { snaLu 2 }
  2279.  
  2280. snaLuOperEntry OBJECT-TYPE
  2281.         SYNTAX  SnaLuOperEntry
  2282.         MAX-ACCESS  not-accessible
  2283.         STATUS  current
  2284.         DESCRIPTION
  2285.                 "Contains objects reflecting current information
  2286.                 for an LU.
  2287.                 Each entry is created by the Agent.  All entries
  2288.                 have read-only access."
  2289.         AUGMENTS        { snaLuAdminEntry }
  2290.         ::= { snaLuOperTable 1 }
  2291.  
  2292. SnaLuOperEntry ::= SEQUENCE {
  2293.         snaLuOperName
  2294.                 DisplayString,
  2295.  
  2296.  
  2297.  
  2298. Kielczewski, Kostick & Shih                                    [Page 41]
  2299.  
  2300. RFC 1666                       SNANAU MIB                    August 1994
  2301.  
  2302.  
  2303.         snaLuOperSnaName
  2304.                 DisplayString,
  2305.         snaLuOperType
  2306.                 INTEGER,
  2307.         snaLuOperDepType
  2308.                 INTEGER,
  2309.         snaLuOperLocalAddress
  2310.                 OCTET STRING,
  2311.         snaLuOperDisplayModel
  2312.                 INTEGER,
  2313.         snaLuOperTerm
  2314.                 INTEGER,
  2315.         snaLuOperState
  2316.                 INTEGER,
  2317.         snaLuOperSessnCount
  2318.                 Gauge32
  2319.         }
  2320.  
  2321. snaLuOperName OBJECT-TYPE
  2322.         SYNTAX  DisplayString (SIZE(0..48))
  2323.         MAX-ACCESS  read-only
  2324.         STATUS  current
  2325.         DESCRIPTION
  2326.                 "User configurable name for this LU. If a name
  2327.                 is not assigned, then this object contains a
  2328.                 zero length string."
  2329.         ::= { snaLuOperEntry 1 }
  2330.  
  2331. snaLuOperSnaName OBJECT-TYPE
  2332.         SYNTAX  DisplayString (SIZE(1..17))
  2333.         MAX-ACCESS  read-only
  2334.         STATUS  current
  2335.         DESCRIPTION
  2336.                 "The value identifies the current SNA LU name."
  2337.         ::= { snaLuOperEntry 2 }
  2338.  
  2339. snaLuOperType OBJECT-TYPE
  2340.         SYNTAX  INTEGER {
  2341.                 other(1),
  2342.                 lu0(2),
  2343.                 lu1(3),
  2344.                 lu2(4),
  2345.                 lu3(5),
  2346.                 lu4(6),
  2347.                 lu62(7),
  2348.                 lu7(8)
  2349.                 }
  2350.         MAX-ACCESS  read-only
  2351.  
  2352.  
  2353.  
  2354. Kielczewski, Kostick & Shih                                    [Page 42]
  2355.  
  2356. RFC 1666                       SNANAU MIB                    August 1994
  2357.  
  2358.  
  2359.         STATUS  current
  2360.         DESCRIPTION
  2361.                 "The value identifies the current LU type."
  2362.         ::= { snaLuOperEntry 3 }
  2363.  
  2364. snaLuOperDepType OBJECT-TYPE
  2365.         SYNTAX  INTEGER {
  2366.                 dependent(1),
  2367.                 independent(2)
  2368.                 }
  2369.         MAX-ACCESS  read-only
  2370.         STATUS  current
  2371.         DESCRIPTION
  2372.                 "The value identifies whether the LU is currently
  2373.                  dependent or independent.
  2374.  
  2375.                 A write operation to this object will
  2376.                 not change the operational value reflected
  2377.                 in snaLuOperDepType until the Node has
  2378.                 been re-activated (e.g., after the next
  2379.                 initialization of the SNA services)."
  2380.         ::= { snaLuOperEntry 4 }
  2381.  
  2382. snaLuOperLocalAddress OBJECT-TYPE
  2383.         SYNTAX  OCTET STRING (SIZE(1))
  2384.         MAX-ACCESS  read-only
  2385.         STATUS  current
  2386.         DESCRIPTION
  2387.                 "The local address for this LU is a byte with a value
  2388.                 ranging from 0 to 254. For dependent LUs, this value
  2389.                 ranges from 1 to 254; for independent LUs this value
  2390.                 is always 0.
  2391.  
  2392.                 A write operation to this object will
  2393.                 not change the operational value reflected
  2394.                 in snaLuOperLocalAddress until the Node has
  2395.                 been re-activated (e.g., after the next
  2396.                 initialization of the SNA services)."
  2397.         ::= { snaLuOperEntry 5 }
  2398.  
  2399. snaLuOperDisplayModel OBJECT-TYPE
  2400.         SYNTAX  INTEGER {
  2401.                 invalid(1),
  2402.                 model2A(2),
  2403.                 model2B(3),
  2404.                 model3A(4),
  2405.                 model3B(5),
  2406.                 model4A(6),
  2407.  
  2408.  
  2409.  
  2410. Kielczewski, Kostick & Shih                                    [Page 43]
  2411.  
  2412. RFC 1666                       SNANAU MIB                    August 1994
  2413.  
  2414.  
  2415.                 model4B(7),
  2416.                 model5A(8),
  2417.                 model5B(9),
  2418.                 dynamic(10)
  2419.                 }
  2420.         MAX-ACCESS  read-only
  2421.         STATUS  current
  2422.         DESCRIPTION
  2423.                 "The screen model type of the terminal connected to
  2424.                 the host. If this LU is not Type 2, then this
  2425.                 object should contain the 'invalid(1)' value."
  2426.         ::= { snaLuOperEntry 6 }
  2427.  
  2428. snaLuOperTerm OBJECT-TYPE
  2429.         SYNTAX  INTEGER {
  2430.                 unbind (1),
  2431.                 termself (2),
  2432.                 rshutd (3),
  2433.                 poweroff (4)
  2434.                 }
  2435.         MAX-ACCESS  read-only
  2436.         STATUS  current
  2437.         DESCRIPTION
  2438.                 "The value identifies the current method for
  2439.                 deactivation of this LU. This value overrides the
  2440.                 default method (snaNodeOperLuTermDefault) for this
  2441.                 Node.  For LU 6.2, only the value 'unbind (1)'
  2442.                 applies.
  2443.  
  2444.                 unbind(1) -   terminate the LU-LU session by sending
  2445.                         an SNA UNBIND request.
  2446.                 termself(2) - terminate the LU-LU session by sending
  2447.                         an SNA TERM-SELF (Terminate Self) request on
  2448.                         the SSCP-LU session. The SSCP will inform the
  2449.                         remote session LU partner to send an UNBIND
  2450.                         request to terminate the session.
  2451.                 rshutd(3) -   terminate the LU-LU session by sending
  2452.                         an SNA RSHUTD (Request ShutDown) request to
  2453.                         the remote session LU partner. The remote LU
  2454.                         will then send an UNBIND request to terminate
  2455.                         the session.
  2456.                 poweroff(4) - terminate the LU-LU session by sending
  2457.                         either an SNA LUSTAT (LU Status) request on
  2458.                         the LU-LU session or an SNA NOTIFY request on
  2459.                         the SSCP-LU session indicating that the LU has
  2460.                         been powered off. Sending both is also
  2461.                         acceptable. The result should be that the
  2462.                         remote session LU partner will send an UNBIND
  2463.  
  2464.  
  2465.  
  2466. Kielczewski, Kostick & Shih                                    [Page 44]
  2467.  
  2468. RFC 1666                       SNANAU MIB                    August 1994
  2469.  
  2470.  
  2471.                         to terminate the session."
  2472.         ::= { snaLuOperEntry 7 }
  2473.  
  2474. snaLuOperState OBJECT-TYPE
  2475.         SYNTAX  INTEGER {
  2476.                 inactive (1),
  2477.                 active (2)
  2478.                 }
  2479.         MAX-ACCESS  read-only
  2480.         STATUS  current
  2481.         DESCRIPTION
  2482.                 "The value identifies the current operational state of
  2483.                 this LU.
  2484.                 It has different meanings for dependent and independent
  2485.                 LUs.
  2486.                 For dependent LUs the values indicate the following:
  2487.                   inactive (1) - LU didn't receive ACTLU, or
  2488.                         it received DACTLU, or received ACTLU and sent
  2489.                         negative response.
  2490.                   active (2) - LU received ACTLU and acknowledged
  2491.                         positively.
  2492.  
  2493.                 For independent LUs the values indicate the following:
  2494.                   active (2) - the LU is defined and is able to send
  2495.                         and receive BIND.
  2496.                   inactive (1) - the LU has a session count equal
  2497.                         to 0."
  2498.         ::= { snaLuOperEntry 8 }
  2499.  
  2500. snaLuOperSessnCount OBJECT-TYPE
  2501.         SYNTAX  Gauge32
  2502.         MAX-ACCESS  read-only
  2503.         STATUS  current
  2504.         DESCRIPTION
  2505.                 "The number of currently active LU-LU sessions of
  2506.                 this LU.
  2507.                 For the independent LU, if this object has value 0,
  2508.                 it indicates that LU is inactive."
  2509.         ::= { snaLuOperEntry 9 }
  2510.  
  2511.  
  2512. -- ***************************************************************
  2513. -- The following table contains LU session status parameters.
  2514. -- ***************************************************************
  2515.  
  2516. snaLuSessnTable OBJECT-TYPE
  2517.         SYNTAX  SEQUENCE OF SnaLuSessnEntry
  2518.         MAX-ACCESS  not-accessible
  2519.  
  2520.  
  2521.  
  2522. Kielczewski, Kostick & Shih                                    [Page 45]
  2523.  
  2524. RFC 1666                       SNANAU MIB                    August 1994
  2525.  
  2526.  
  2527.         STATUS  current
  2528.         DESCRIPTION
  2529.                 "This is a table containing objects which describe the
  2530.                 operational state of LU sessions.  Only objects which
  2531.                 are common to all types of LU sessions are included
  2532.                 in this table.
  2533.  
  2534.                 When a session's snaLuSessnOperState value changes to
  2535.                 'pendingBind (2)', then the corresponding entry
  2536.                 in the session table is created by the Agent.
  2537.  
  2538.                 When the session's snaLuSessnOperState value changes to
  2539.                  'unbound (1)',  then the session will be removed from
  2540.                 the session table by the Agent."
  2541.         ::= { snaLu 3 }
  2542.  
  2543. snaLuSessnEntry OBJECT-TYPE
  2544.         SYNTAX  SnaLuSessnEntry
  2545.         MAX-ACCESS  not-accessible
  2546.         STATUS  current
  2547.         DESCRIPTION
  2548.                 "An entry contains dynamic parameters for an LU-LU
  2549.                 session.
  2550.                 The indices identify the Node, local LU, and remote LU
  2551.                 for this session."
  2552.         INDEX   { snaNodeAdminIndex,
  2553.                    snaLuAdminLuIndex,
  2554.                    snaLuSessnRluIndex,
  2555.                    snaLuSessnIndex }
  2556.         ::= { snaLuSessnTable 1 }
  2557.  
  2558. SnaLuSessnEntry ::= SEQUENCE {
  2559.         snaLuSessnRluIndex
  2560.                 Integer32,
  2561.         snaLuSessnIndex
  2562.                 Integer32,
  2563.         snaLuSessnLocalApplName
  2564.                 DisplayString,
  2565.         snaLuSessnRemoteLuName
  2566.                 DisplayString,
  2567.         snaLuSessnMaxSndRuSize
  2568.                 INTEGER,
  2569.         snaLuSessnMaxRcvRuSize
  2570.                 INTEGER,
  2571.         snaLuSessnSndPacingSize
  2572.                 INTEGER,
  2573.         snaLuSessnRcvPacingSize
  2574.                 INTEGER,
  2575.  
  2576.  
  2577.  
  2578. Kielczewski, Kostick & Shih                                    [Page 46]
  2579.  
  2580. RFC 1666                       SNANAU MIB                    August 1994
  2581.  
  2582.  
  2583.         snaLuSessnActiveTime
  2584.                 TimeStamp,
  2585.         snaLuSessnAdminState
  2586.                 INTEGER,
  2587.         snaLuSessnOperState
  2588.                 INTEGER,
  2589.         snaLuSessnSenseData
  2590.                 OCTET STRING,
  2591.         snaLuSessnTerminationRu
  2592.                 INTEGER,
  2593.         snaLuSessnUnbindType
  2594.                 OCTET STRING,
  2595.         snaLuSessnLinkIndex
  2596.                 Integer32
  2597.         }
  2598.  
  2599. snaLuSessnRluIndex OBJECT-TYPE
  2600.         SYNTAX  Integer32
  2601.         MAX-ACCESS  read-only
  2602.         STATUS  current
  2603.         DESCRIPTION
  2604.                 "This value may be used to identify information about
  2605.                 the session partner LU in a table of information about
  2606.                 remote LUs.  Such a table is not defined in this
  2607.                 document.  If a table of remote LU information is not
  2608.                 implemented, or if the table is implemented but it does
  2609.                 not contain information about the partner LU for a
  2610.                 particular session (as for dependent LU-LU sessions)
  2611.                 then this object will have a value of zero."
  2612.         ::= { snaLuSessnEntry 1 }
  2613.  
  2614. snaLuSessnIndex OBJECT-TYPE
  2615.         SYNTAX  Integer32
  2616.         MAX-ACCESS  read-only
  2617.         STATUS  current
  2618.         DESCRIPTION
  2619.                 "This value identifies the unique index of the session.
  2620.                 It is recommended that an Agent should not reuse the
  2621.                 index of a deactivated session for a significant
  2622.                 period of time (e.g., one week)."
  2623.         ::= { snaLuSessnEntry 2 }
  2624.  
  2625. snaLuSessnLocalApplName OBJECT-TYPE
  2626.         SYNTAX  DisplayString (SIZE(0..48))
  2627.         MAX-ACCESS  read-only
  2628.         STATUS  current
  2629.         DESCRIPTION
  2630.                 "The name of the local application using this LU.
  2631.  
  2632.  
  2633.  
  2634. Kielczewski, Kostick & Shih                                    [Page 47]
  2635.  
  2636. RFC 1666                       SNANAU MIB                    August 1994
  2637.  
  2638.  
  2639.                 If the local application is unknown, then this object
  2640.                 contains a zero length string."
  2641.         ::= { snaLuSessnEntry 3 }
  2642.  
  2643. snaLuSessnRemoteLuName OBJECT-TYPE
  2644.         SYNTAX  DisplayString (SIZE(0..17))
  2645.         MAX-ACCESS  read-only
  2646.         STATUS  current
  2647.         DESCRIPTION
  2648.                 "For dependent LUs which are indicated by the
  2649.                 snaLuOperDepType object containing the value
  2650.                 'dependent (1)', this object contains the Primary
  2651.                 LU (PLU) name.  For independent LUs,
  2652.                 this object contains the fully-qualified remote LU
  2653.                 name of this 6.2 session.
  2654.                 A fully qualified name is an SNA NAU entity name
  2655.                 preceded by the NetId and a period as the delimiter."
  2656.         ::= { snaLuSessnEntry 4 }
  2657.  
  2658. snaLuSessnMaxSndRuSize OBJECT-TYPE
  2659.         SYNTAX  INTEGER (1..8192)
  2660.         MAX-ACCESS  read-only
  2661.         STATUS  current
  2662.         DESCRIPTION
  2663.                 "The maximum RU size used on this session for sending
  2664.                 RUs."
  2665.         ::= { snaLuSessnEntry 5 }
  2666.  
  2667. snaLuSessnMaxRcvRuSize OBJECT-TYPE
  2668.         SYNTAX  INTEGER (1..8192)
  2669.         MAX-ACCESS  read-only
  2670.         STATUS  current
  2671.         DESCRIPTION
  2672.                 "The maximum RU size used on this session for
  2673.                 receiving RUs."
  2674.         ::= { snaLuSessnEntry 6 }
  2675.  
  2676. snaLuSessnSndPacingSize OBJECT-TYPE
  2677.         SYNTAX  INTEGER (1..63)
  2678.         MAX-ACCESS  read-only
  2679.         STATUS  current
  2680.         DESCRIPTION
  2681.                 "The size of the send pacing window on this session."
  2682.         ::= { snaLuSessnEntry 7 }
  2683.  
  2684. snaLuSessnRcvPacingSize OBJECT-TYPE
  2685.         SYNTAX  INTEGER (1..63)
  2686.         MAX-ACCESS  read-only
  2687.  
  2688.  
  2689.  
  2690. Kielczewski, Kostick & Shih                                    [Page 48]
  2691.  
  2692. RFC 1666                       SNANAU MIB                    August 1994
  2693.  
  2694.  
  2695.         STATUS  current
  2696.         DESCRIPTION
  2697.                 "The size of the receive pacing window on this
  2698.                 session."
  2699.         ::= { snaLuSessnEntry 8 }
  2700.  
  2701. snaLuSessnActiveTime OBJECT-TYPE
  2702.         SYNTAX  TimeStamp
  2703.         MAX-ACCESS  read-only
  2704.         STATUS  current
  2705.         DESCRIPTION
  2706.                 "The timestamp (e.g., the Agent's sysUpTime value)
  2707.                 when this session becomes active."
  2708.         ::= { snaLuSessnEntry 9 }
  2709.  
  2710. snaLuSessnAdminState OBJECT-TYPE
  2711.         SYNTAX  INTEGER {
  2712.                 unbound (1),
  2713.                 bound (3)
  2714.                 }
  2715.         MAX-ACCESS  read-write
  2716.         STATUS  current
  2717.         DESCRIPTION
  2718.                 "The value indicates the desired operational state of
  2719.                 the session. This object is used to
  2720.                 change the operational state of the session.
  2721.                 A Management Station can only change the operational
  2722.                 state of the session to 'unbound (1)'.
  2723.  
  2724.                 Session deactivation:
  2725.                   If a session is in the operational state
  2726.                   'bound (3)' then setting the value of this
  2727.                   object to 'unbound (1)' will initiate the
  2728.                   session shutdown.
  2729.  
  2730.                   If a session is in the operational state
  2731.                   'pendingBind (2)' then setting the value of this
  2732.                   object to 'unbound (1)' will initiate the session
  2733.                   shutdown.
  2734.                   If a session is in the operational state
  2735.                   'pendingUnbind (4)' for an abnormally long period
  2736.                   of time (e.g., three minutes) then setting the value
  2737.                   of this object to 'unbound (1)' will change the
  2738.                   session operational state to 'unbound (1)'.
  2739.  
  2740.                 Note: for dependent LUs, deactivating the session is
  2741.                 the same as deactivating the LU."
  2742.         ::= { snaLuSessnEntry 10 }
  2743.  
  2744.  
  2745.  
  2746. Kielczewski, Kostick & Shih                                    [Page 49]
  2747.  
  2748. RFC 1666                       SNANAU MIB                    August 1994
  2749.  
  2750.  
  2751. snaLuSessnOperState OBJECT-TYPE
  2752.         SYNTAX  INTEGER {
  2753.                 unbound (1),
  2754.                 pendingBind (2),
  2755.                 bound (3),
  2756.                 pendingUnbind (4)
  2757.                 }
  2758.         MAX-ACCESS  read-only
  2759.         STATUS  current
  2760.         DESCRIPTION
  2761.                 "The value indicates the current operational state of
  2762.                 the session.
  2763.  
  2764.                   'unbound (1)' - session has been  unbound;
  2765.                         in this state it will be removed from the
  2766.                         session table by the Agent.
  2767.  
  2768.                   'pendingBind (2)' - this state has different
  2769.                         meanings for dependent and independent LUs;
  2770.                         for dependent LU - waiting for BIND from
  2771.                         the host, for independent LU - waiting for
  2772.                         BIND response.  When a session enters this
  2773.                         state, the corresponding entry in the
  2774.                         session table is created by the Agent.
  2775.  
  2776.                   'bound (3)' - session has been successfully bound.
  2777.  
  2778.                   'pendingUnbind (4)' - session enters this state
  2779.                         when an UNBIND is sent and before the
  2780.                         rsp(UNBIND) is received."
  2781.         ::= { snaLuSessnEntry 11 }
  2782.  
  2783. snaLuSessnSenseData OBJECT-TYPE
  2784.         SYNTAX  OCTET STRING (SIZE(0..8))
  2785.         MAX-ACCESS  read-only
  2786.         STATUS  current
  2787.         DESCRIPTION
  2788.                 "The value identifies the sense code when there is
  2789.                 a BIND failure. It is taken from the negative BIND
  2790.                 response or UNBIND request.
  2791.                 This is displayed as 8 hexadecimal digits."
  2792.         ::= { snaLuSessnEntry 12 }
  2793.  
  2794. snaLuSessnTerminationRu OBJECT-TYPE
  2795.         SYNTAX INTEGER {
  2796.                 other (1),
  2797.                 bindFailure (2),
  2798.                 unbind (3)
  2799.  
  2800.  
  2801.  
  2802. Kielczewski, Kostick & Shih                                    [Page 50]
  2803.  
  2804. RFC 1666                       SNANAU MIB                    August 1994
  2805.  
  2806.  
  2807.                 }
  2808.         MAX-ACCESS  read-only
  2809.         STATUS  current
  2810.         DESCRIPTION
  2811.                 "The value identifies the SNA RU that terminated the
  2812.                 session.
  2813.                 If the session is not in the unbound state, this object
  2814.                 has a value of  'other (1)'."
  2815.         ::= { snaLuSessnEntry 13 }
  2816.  
  2817.  
  2818. snaLuSessnUnbindType OBJECT-TYPE
  2819.         SYNTAX  OCTET STRING (SIZE(0..1))
  2820.         MAX-ACCESS  read-only
  2821.         STATUS  current
  2822.         DESCRIPTION
  2823.                 "If the session is in the unbound state, and it was
  2824.                 terminated by an UNBIND, then this object contains
  2825.                 the UNBIND type value (byte 1 of the UNBIND RU);
  2826.                 otherwise the string is null."
  2827.         ::= { snaLuSessnEntry 14 }
  2828.  
  2829. snaLuSessnLinkIndex OBJECT-TYPE
  2830.         SYNTAX  Integer32
  2831.         MAX-ACCESS  read-only
  2832.         STATUS  current
  2833.         DESCRIPTION
  2834.                 "This value identifies the link over which the session
  2835.                 passes.  It is an index into snaNodeLinkAdminTable.
  2836.                 If the index value is not known, the value of this
  2837.                 object shall be zero."
  2838.         ::= { snaLuSessnEntry 15 }
  2839.  
  2840.  
  2841. -- ***************************************************************
  2842. -- The following table contains LU sessions statistics dynamic
  2843. -- parameters.
  2844. -- ***************************************************************
  2845.  
  2846. snaLuSessnStatsTable OBJECT-TYPE
  2847.         SYNTAX  SEQUENCE OF SnaLuSessnStatsEntry
  2848.         MAX-ACCESS  not-accessible
  2849.         STATUS  current
  2850.         DESCRIPTION
  2851.                 "This table contains dynamic statistics information
  2852.                 relating to LU sessions.
  2853.                 The entries in this table augment the entries in
  2854.                 the snaLuSessnTable and cannot be created by
  2855.  
  2856.  
  2857.  
  2858. Kielczewski, Kostick & Shih                                    [Page 51]
  2859.  
  2860. RFC 1666                       SNANAU MIB                    August 1994
  2861.  
  2862.  
  2863.                 a Management Station."
  2864.         ::= { snaLu 4 }
  2865.  
  2866. snaLuSessnStatsEntry OBJECT-TYPE
  2867.         SYNTAX  SnaLuSessnStatsEntry
  2868.         MAX-ACCESS  not-accessible
  2869.         STATUS  current
  2870.         DESCRIPTION
  2871.                 "Contains statistics information for an LU session.
  2872.                 Each entry is created by the Agent.
  2873.                 Objects in this table have read-only access.
  2874.                 Each session from snaLuSessnTable
  2875.                 has one entry in this table."
  2876.         AUGMENTS   { snaLuSessnEntry }
  2877.         ::= { snaLuSessnStatsTable 1 }
  2878.  
  2879. SnaLuSessnStatsEntry ::= SEQUENCE {
  2880.         snaLuSessnStatsSentBytes
  2881.                 Counter32,
  2882.         snaLuSessnStatsReceivedBytes
  2883.                 Counter32,
  2884.         snaLuSessnStatsSentRus
  2885.                 Counter32,
  2886.         snaLuSessnStatsReceivedRus
  2887.                 Counter32,
  2888.         snaLuSessnStatsSentNegativeResps
  2889.                 Counter32,
  2890.         snaLuSessnStatsReceivedNegativeResps
  2891.                 Counter32
  2892.         }
  2893.  
  2894. snaLuSessnStatsSentBytes OBJECT-TYPE
  2895.         SYNTAX  Counter32
  2896.         MAX-ACCESS  read-only
  2897.         STATUS  current
  2898.         DESCRIPTION
  2899.                 "The number of bytes sent by the local LU."
  2900.         ::= { snaLuSessnStatsEntry 1 }
  2901.  
  2902. snaLuSessnStatsReceivedBytes OBJECT-TYPE
  2903.         SYNTAX  Counter32
  2904.         MAX-ACCESS  read-only
  2905.         STATUS  current
  2906.         DESCRIPTION
  2907.                 "The number of bytes received by the local LU."
  2908.         ::= { snaLuSessnStatsEntry 2 }
  2909.  
  2910. snaLuSessnStatsSentRus OBJECT-TYPE
  2911.  
  2912.  
  2913.  
  2914. Kielczewski, Kostick & Shih                                    [Page 52]
  2915.  
  2916. RFC 1666                       SNANAU MIB                    August 1994
  2917.  
  2918.  
  2919.         SYNTAX  Counter32
  2920.         MAX-ACCESS  read-only
  2921.         STATUS  current
  2922.         DESCRIPTION
  2923.                 "The number of RUs sent by the local LU."
  2924.         ::= { snaLuSessnStatsEntry 3 }
  2925.  
  2926. snaLuSessnStatsReceivedRus OBJECT-TYPE
  2927.         SYNTAX  Counter32
  2928.         MAX-ACCESS  read-only
  2929.         STATUS  current
  2930.         DESCRIPTION
  2931.                 "The number of RUs received by the local LU."
  2932.         ::= { snaLuSessnStatsEntry 4 }
  2933.  
  2934. snaLuSessnStatsSentNegativeResps OBJECT-TYPE
  2935.         SYNTAX  Counter32
  2936.         MAX-ACCESS  read-only
  2937.         STATUS  current
  2938.         DESCRIPTION
  2939.                 "The number of negative responses sent by the
  2940.                 local LU."
  2941.         ::= { snaLuSessnStatsEntry 5 }
  2942.  
  2943. snaLuSessnStatsReceivedNegativeResps OBJECT-TYPE
  2944.         SYNTAX  Counter32
  2945.         MAX-ACCESS  read-only
  2946.         STATUS  current
  2947.         DESCRIPTION
  2948.                 "The number of negative responses received by the
  2949.                 local LU."
  2950.         ::= { snaLuSessnStatsEntry 6 }
  2951.  
  2952.  
  2953. -- ***************************************************************
  2954. -- Traps
  2955. -- ***************************************************************
  2956.  
  2957. snaLuTraps OBJECT IDENTIFIER ::= { snaLu 5 }
  2958.  
  2959. snaLuStateChangeTrap NOTIFICATION-TYPE
  2960.         OBJECTS  {  snaLuOperName,
  2961.                  snaLuOperSnaName,
  2962.                 snaLuOperState }
  2963.         STATUS  current
  2964.         DESCRIPTION
  2965.                 "This trap indicates that the operational state
  2966.                 (i.e., snaLuOperState value) of the LU has changed.
  2967.  
  2968.  
  2969.  
  2970. Kielczewski, Kostick & Shih                                    [Page 53]
  2971.  
  2972. RFC 1666                       SNANAU MIB                    August 1994
  2973.  
  2974.  
  2975.                 The value of snaLuOperName indicates the name of the
  2976.                 LU.
  2977.                 The value of snaLuOperSnaName indicates the SNA name
  2978.                 of LU.
  2979.                 The value of snaLuOperState indicates the current
  2980.                 state after change."
  2981.         ::= { snaLuTraps 1 }
  2982.  
  2983. snaLuSessnBindFailTrap NOTIFICATION-TYPE
  2984.         OBJECTS  { snaLuSessnLocalApplName,
  2985.                 snaLuSessnRemoteLuName,
  2986.                 snaLuSessnOperState,
  2987.                 snaLuSessnSenseData }
  2988.         STATUS  current
  2989.         DESCRIPTION
  2990.                 "This trap indicates the failure of a BIND.
  2991.                 The value of snaLuSessnLocalApplName indicates the local
  2992.                 application name.
  2993.                 The value of snaLuSessnPartnerName indicates the partner
  2994.                 name.
  2995.                 The value of snaLuSessnOperState indicates the current
  2996.                 state after change.
  2997.                 The value of snaLuSessnBindFailureReason
  2998.                 indicates the failure reason.
  2999.                 The Agent should not generate more than 1 trap of this
  3000.                 type per minute to minimize the level of management
  3001.                 traffic on the network."
  3002.         ::= { snaLuTraps 2 }
  3003.  
  3004. -- ***************************************************************
  3005. -- snaMgtTools group
  3006. --
  3007. -- Currently this group contains only one table.
  3008. -- ***************************************************************
  3009.  
  3010.  
  3011. -- ***************************************************************
  3012. -- The following table contains Response Time Monitoring (RTM)
  3013. -- configuration information and statistics for LU Type 2s.
  3014. -- RTM supports the capability to measure and report end-user
  3015. -- response times for dependent LUs. When the RTM state of an LU
  3016. -- is 'on', response times for each LU transaction are monitored.
  3017. -- A set of ranges is defined (e.g., Range 1 includes the number of
  3018. -- transactions with response times less than 1 second) using the
  3019. -- "boundary" definitions (e.g., boundary #2 is defined as 3 seconds).
  3020. -- A set of counters (one per range) identifies
  3021. -- the number of transactions within each response time range.
  3022. -- ***************************************************************
  3023.  
  3024.  
  3025.  
  3026. Kielczewski, Kostick & Shih                                    [Page 54]
  3027.  
  3028. RFC 1666                       SNANAU MIB                    August 1994
  3029.  
  3030.  
  3031. snaLuRtmTable OBJECT-TYPE
  3032.         SYNTAX  SEQUENCE OF SnaLuRtmEntry
  3033.         MAX-ACCESS  not-accessible
  3034.         STATUS  current
  3035.         DESCRIPTION
  3036.                 "This table contains Response Time Monitoring (RTM)
  3037.                 information relating to an LU (Type 2). Each entry
  3038.                 corresponds to an LU 2 entry in
  3039.                 snaLuAdminTable."
  3040.         ::= { snaMgtTools 1 }
  3041.  
  3042. snaLuRtmEntry OBJECT-TYPE
  3043.         SYNTAX  SnaLuRtmEntry
  3044.         MAX-ACCESS  not-accessible
  3045.         STATUS  current
  3046.         DESCRIPTION
  3047.                 "Contains RTM information for an LU (Type 2).
  3048.                 Each entry is created by the Agent."
  3049.         INDEX   { snaLuRtmPuIndex, snaLuRtmLuIndex }
  3050.         ::= { snaLuRtmTable 1 }
  3051.  
  3052. SnaLuRtmEntry ::= SEQUENCE {
  3053.         snaLuRtmPuIndex
  3054.                 Integer32,
  3055.         snaLuRtmLuIndex
  3056.                 Integer32,
  3057.         snaLuRtmState
  3058.                 INTEGER,
  3059.         snaLuRtmStateTime
  3060.                 TimeStamp,
  3061.         snaLuRtmDef
  3062.                 INTEGER,
  3063.         snaLuRtmBoundary1
  3064.                 Integer32,
  3065.         snaLuRtmBoundary2
  3066.                 Integer32,
  3067.         snaLuRtmBoundary3
  3068.                 Integer32,
  3069.         snaLuRtmBoundary4
  3070.                 Integer32,
  3071.         snaLuRtmCounter1
  3072.                 Counter32,
  3073.         snaLuRtmCounter2
  3074.                 Counter32,
  3075.         snaLuRtmCounter3
  3076.                 Counter32,
  3077.         snaLuRtmCounter4
  3078.                 Counter32,
  3079.  
  3080.  
  3081.  
  3082. Kielczewski, Kostick & Shih                                    [Page 55]
  3083.  
  3084. RFC 1666                       SNANAU MIB                    August 1994
  3085.  
  3086.  
  3087.         snaLuRtmOverFlows
  3088.                 Counter32,
  3089.         snaLuRtmObjPercent
  3090.                 Integer32,
  3091.         snaLuRtmObjRange
  3092.                 INTEGER,
  3093.         snaLuRtmNumTrans
  3094.                 Integer32,
  3095.         snaLuRtmLastRspTime
  3096.                 Integer32,
  3097.         snaLuRtmAvgRspTime
  3098.                 Integer32
  3099.         }
  3100.  
  3101. snaLuRtmPuIndex OBJECT-TYPE
  3102.         SYNTAX  Integer32
  3103.         MAX-ACCESS not-accessible
  3104.         STATUS  current
  3105.         DESCRIPTION
  3106.                 "The value identifies the PU 2.0 with which this LU is
  3107.                 associated."
  3108.         ::= { snaLuRtmEntry 1 }
  3109.  
  3110. snaLuRtmLuIndex OBJECT-TYPE
  3111.         SYNTAX  Integer32
  3112.         MAX-ACCESS  not-accessible
  3113.         STATUS  current
  3114.         DESCRIPTION
  3115.                 "The value uniquely identifies an LU in a PU 2.0."
  3116.         ::= { snaLuRtmEntry 2 }
  3117.  
  3118. snaLuRtmState OBJECT-TYPE
  3119.         SYNTAX  INTEGER {
  3120.                 off(1),
  3121.                 on(2)
  3122.                 }
  3123.         MAX-ACCESS  read-only
  3124.         STATUS  current
  3125.         DESCRIPTION
  3126.                 "The value indicates the current RTM state of an LU."
  3127.         ::= { snaLuRtmEntry 3 }
  3128.  
  3129. snaLuRtmStateTime  OBJECT-TYPE
  3130.         SYNTAX  TimeStamp
  3131.         MAX-ACCESS  read-only
  3132.         STATUS  current
  3133.         DESCRIPTION
  3134.                 "The timestamp (e.g., the Agent's sysUpTime value)
  3135.  
  3136.  
  3137.  
  3138. Kielczewski, Kostick & Shih                                    [Page 56]
  3139.  
  3140. RFC 1666                       SNANAU MIB                    August 1994
  3141.  
  3142.  
  3143.                 when this session's RTM state (e.g., snaLuRtmState)
  3144.                 changes value."
  3145.         ::= { snaLuRtmEntry 4 }
  3146.  
  3147. snaLuRtmDef OBJECT-TYPE
  3148.         SYNTAX  INTEGER {
  3149.                 firstChar(1),
  3150.                 kb(2),
  3151.                 cdeb(3)
  3152.                 }
  3153.         MAX-ACCESS  read-only
  3154.         STATUS  current
  3155.         DESCRIPTION
  3156.                 "The value indicates the mode of measurement for this
  3157.                 RTM request.  The values have following meaning:
  3158.                   firstChar(1) - time to first character on screen
  3159.                   kb(2) - time to keyboard usable by operator
  3160.                   cdeb(3) - time to Change Direction/End Bracket."
  3161.         ::= { snaLuRtmEntry 5 }
  3162.  
  3163. snaLuRtmBoundary1 OBJECT-TYPE
  3164.         SYNTAX  Integer32
  3165.         MAX-ACCESS  read-only
  3166.         STATUS  current
  3167.         DESCRIPTION
  3168.                 "This object contains the value of the first boundary
  3169.                 in units of 1/10th of a second."
  3170.         ::= { snaLuRtmEntry 6 }
  3171.  
  3172. snaLuRtmBoundary2 OBJECT-TYPE
  3173.         SYNTAX  Integer32
  3174.         MAX-ACCESS  read-only
  3175.         STATUS  current
  3176.         DESCRIPTION
  3177.                 "This object contains the value of the second boundary
  3178.                  in units of 1/10th of a second."
  3179.         ::= { snaLuRtmEntry 7 }
  3180.  
  3181. snaLuRtmBoundary3 OBJECT-TYPE
  3182.         SYNTAX  Integer32
  3183.         MAX-ACCESS  read-only
  3184.         STATUS  current
  3185.         DESCRIPTION
  3186.                 "This object contains the value of the third boundary
  3187.                  in units of 1/10th of a second."
  3188.         ::= { snaLuRtmEntry 8 }
  3189.  
  3190. snaLuRtmBoundary4 OBJECT-TYPE
  3191.  
  3192.  
  3193.  
  3194. Kielczewski, Kostick & Shih                                    [Page 57]
  3195.  
  3196. RFC 1666                       SNANAU MIB                    August 1994
  3197.  
  3198.  
  3199.         SYNTAX  Integer32
  3200.         MAX-ACCESS  read-only
  3201.         STATUS  current
  3202.         DESCRIPTION
  3203.                 "This object contains the value of the fourth boundary
  3204.                 in units of 1/10th of a second."
  3205.         ::= { snaLuRtmEntry 9 }
  3206.  
  3207. snaLuRtmCounter1 OBJECT-TYPE
  3208.         SYNTAX  Counter32
  3209.         MAX-ACCESS  read-only
  3210.         STATUS  current
  3211.         DESCRIPTION
  3212.                 "This value indicates the number of transactions which
  3213.                 fall in the range specified by the first boundary."
  3214.         ::= { snaLuRtmEntry 10 }
  3215.  
  3216. snaLuRtmCounter2 OBJECT-TYPE
  3217.         SYNTAX  Counter32
  3218.         MAX-ACCESS  read-only
  3219.         STATUS  current
  3220.         DESCRIPTION
  3221.                 "This value indicates the number of transactions which
  3222.                 fall in the range specified by the second boundary."
  3223.         ::= { snaLuRtmEntry 11 }
  3224.  
  3225. snaLuRtmCounter3 OBJECT-TYPE
  3226.         SYNTAX  Counter32
  3227.         MAX-ACCESS  read-only
  3228.         STATUS  current
  3229.         DESCRIPTION
  3230.                 "This value indicates the number of transactions which
  3231.                 fall in the range specified by the third boundary."
  3232.         ::= { snaLuRtmEntry 12 }
  3233.  
  3234. snaLuRtmCounter4 OBJECT-TYPE
  3235.         SYNTAX  Counter32
  3236.         MAX-ACCESS  read-only
  3237.         STATUS  current
  3238.         DESCRIPTION
  3239.                 "This value indicates the number of transactions which
  3240.                 fall in the range specified by the fourth boundary."
  3241.         ::= { snaLuRtmEntry 13 }
  3242.  
  3243. snaLuRtmOverFlows OBJECT-TYPE
  3244.         SYNTAX  Counter32
  3245.         MAX-ACCESS  read-only
  3246.         STATUS  current
  3247.  
  3248.  
  3249.  
  3250. Kielczewski, Kostick & Shih                                    [Page 58]
  3251.  
  3252. RFC 1666                       SNANAU MIB                    August 1994
  3253.  
  3254.  
  3255.         DESCRIPTION
  3256.                 "This value indicates the number of transactions which
  3257.                 exceed the highest range specified by the
  3258.                 boundaries."
  3259.         ::= { snaLuRtmEntry 14 }
  3260.  
  3261. snaLuRtmObjPercent OBJECT-TYPE
  3262.         SYNTAX  Integer32
  3263.         MAX-ACCESS  read-only
  3264.         STATUS  current
  3265.         DESCRIPTION
  3266.                 "This value indicates the desired percentage of
  3267.                 transactions which should be under a designated
  3268.                 boundary range indicated by snaLuRtmObjRange."
  3269.         ::= { snaLuRtmEntry 15 }
  3270.  
  3271. snaLuRtmObjRange OBJECT-TYPE
  3272.          SYNTAX  INTEGER {
  3273.                 other(1),
  3274.                 range1(2),
  3275.                 range2(3),
  3276.                 range3(4),
  3277.                 range4(5),
  3278.                 range5(6)
  3279.                 }
  3280.         MAX-ACCESS  read-only
  3281.         STATUS  current
  3282.         DESCRIPTION
  3283.                 "This value indicates the designated boundary range to
  3284.                 which the snaLuRtmObject refers.
  3285.                 The values have the following meanings:
  3286.                   other(1)   - not specified
  3287.                   range1(2)  - less than boundary 1
  3288.                   range2(3)  - between boundary 1 and 2
  3289.                   range3(4)  - between boundary 2 and 3
  3290.                   range4(5)  - between boundary 3 and 4
  3291.                   range5(6)  - greater than boundary 4."
  3292.         ::= { snaLuRtmEntry 16 }
  3293.  
  3294. snaLuRtmNumTrans OBJECT-TYPE
  3295.         SYNTAX  Integer32
  3296.         MAX-ACCESS  read-only
  3297.         STATUS  current
  3298.         DESCRIPTION
  3299.                 "This value indicates the total number of transactions
  3300.                 executed since the RTM monitoring began (i.e.,
  3301.                 snaLuRtmState changed to 'on(2)') for this LU."
  3302.         ::= { snaLuRtmEntry 17 }
  3303.  
  3304.  
  3305.  
  3306. Kielczewski, Kostick & Shih                                    [Page 59]
  3307.  
  3308. RFC 1666                       SNANAU MIB                    August 1994
  3309.  
  3310.  
  3311. snaLuRtmLastRspTime OBJECT-TYPE
  3312.         SYNTAX  Integer32
  3313.         MAX-ACCESS  read-only
  3314.         STATUS  current
  3315.         DESCRIPTION
  3316.                 "This value indicates the response time for the last
  3317.                 transaction in units of 1/10th of a second."
  3318.         ::= { snaLuRtmEntry 18 }
  3319.  
  3320. snaLuRtmAvgRspTime OBJECT-TYPE
  3321.         SYNTAX  Integer32
  3322.         MAX-ACCESS  read-only
  3323.         STATUS  current
  3324.         DESCRIPTION
  3325.                 "This value indicates the average response time for all
  3326.                 transactions in units of 1/10th of a second."
  3327.         ::= { snaLuRtmEntry 19 }
  3328.  
  3329.  
  3330. -- ***************************************************************
  3331. -- Conformance information
  3332. -- ***************************************************************
  3333.  
  3334. snanauConformance       OBJECT IDENTIFIER ::= { snanauMIB 2 }
  3335.  
  3336. snanauCompliances       OBJECT IDENTIFIER ::= {snanauConformance 1 }
  3337. snanauGroups            OBJECT IDENTIFIER ::= {snanauConformance 2 }
  3338.  
  3339. -- Compliance statements
  3340. snanauCompliance  MODULE-COMPLIANCE
  3341.         STATUS  current
  3342.         DESCRIPTION
  3343.                 "The compliance statement for the SNMPv2 entities
  3344.                 which implement the snanau MIB."
  3345.         MODULE  -- this module
  3346.  
  3347. --      Unconditionally mandatory groups
  3348.                 MANDATORY-GROUPS  { snaNodeGroup,
  3349.                         snaLuGroup,
  3350.                         snaSessionGroup }
  3351.  
  3352. --      Conditionally mandatory groups
  3353.                 GROUP  snaPu20Group
  3354.                 DESCRIPTION
  3355.                         "The snaPu20Group is mandatory only for those
  3356.                         entities which implement PU type 2.0"
  3357.                 GROUP  snaMgtToolsRtmGroup
  3358.                 DESCRIPTION
  3359.  
  3360.  
  3361.  
  3362. Kielczewski, Kostick & Shih                                    [Page 60]
  3363.  
  3364. RFC 1666                       SNANAU MIB                    August 1994
  3365.  
  3366.  
  3367.                         "The snaMgtToolsGroup is mandatory only for
  3368.                         those entities which implement LU type 2
  3369.                         and RTM."
  3370.  
  3371. --      Refinement of requirements for objects access.
  3372. --      The Agent which does not implement row creation for
  3373. --      snaNodeAdminTable, snaNodeLinkAdminTable and
  3374. --      snaLuAdminTable must at least accept
  3375. --      objects modification (read-write access instead of
  3376. --      read-create).
  3377.  
  3378.                 OBJECT  snaNodeAdminName
  3379.                 MIN-ACCESS  read-write
  3380.                 DESCRIPTION
  3381.                         "An Agent is required to implement read-write
  3382.                         access to this object."
  3383.  
  3384.                 OBJECT  snaNodeAdminType
  3385.                 MIN-ACCESS  read-write
  3386.                 DESCRIPTION
  3387.                         "An Agent is required to implement read-write
  3388.                         access to this object."
  3389.  
  3390.                 OBJECT  snaNodeAdminXidFormat
  3391.                 MIN-ACCESS  read-write
  3392.                 DESCRIPTION
  3393.                         "An Agent is required to implement read-write
  3394.                         access to this object."
  3395.  
  3396.                 OBJECT  snaNodeAdminBlockNum
  3397.                 MIN-ACCESS  read-write
  3398.                 DESCRIPTION
  3399.                         "An Agent is required to implement read-write
  3400.                         access to this object."
  3401.  
  3402.                 OBJECT  snaNodeAdminIdNum
  3403.                 MIN-ACCESS  read-write
  3404.                 DESCRIPTION
  3405.                         "An Agent is required to implement read-write
  3406.                         access to this object."
  3407.  
  3408.                 OBJECT  snaNodeAdminEnablingMethod
  3409.                 MIN-ACCESS  read-write
  3410.                 DESCRIPTION
  3411.                         "An Agent is required to implement read-write
  3412.                         access to this object."
  3413.  
  3414.                 OBJECT  snaNodeAdminLuTermDefault
  3415.  
  3416.  
  3417.  
  3418. Kielczewski, Kostick & Shih                                    [Page 61]
  3419.  
  3420. RFC 1666                       SNANAU MIB                    August 1994
  3421.  
  3422.  
  3423.                 MIN-ACCESS  read-write
  3424.                 DESCRIPTION
  3425.                         "An Agent is required to implement read-write
  3426.                         access to this object."
  3427.  
  3428.                 OBJECT  snaNodeAdminMaxLu
  3429.                 MIN-ACCESS  read-write
  3430.                 DESCRIPTION
  3431.                         "An Agent is required to implement read-write
  3432.                         access to this object."
  3433.  
  3434.                 OBJECT  snaNodeAdminHostDescription
  3435.                 MIN-ACCESS  read-write
  3436.                 DESCRIPTION
  3437.                         "An Agent is required to implement read-write
  3438.                         access to this object."
  3439.  
  3440.                 OBJECT  snaNodeAdminStopMethod
  3441.                 MIN-ACCESS  read-write
  3442.                 DESCRIPTION
  3443.                         "An Agent is required to implement read-write
  3444.                         access to this object."
  3445.  
  3446.                 OBJECT  snaNodeAdminState
  3447.                 MIN-ACCESS  read-write
  3448.                 DESCRIPTION
  3449.                         "An Agent is required to implement read-write
  3450.                         access to this object."
  3451.  
  3452.                 OBJECT  snaNodeLinkAdminSpecific
  3453.                 MIN-ACCESS  read-write
  3454.                 DESCRIPTION
  3455.                         "An Agent is required to implement read-write
  3456.                         access to this object."
  3457.  
  3458.                 OBJECT  snaNodeLinkAdminMaxPiu
  3459.                 MIN-ACCESS  read-write
  3460.                 DESCRIPTION
  3461.                         "An Agent is required to implement read-write
  3462.                         access to this object."
  3463.                 OBJECT  snaLuAdminName
  3464.                 MIN-ACCESS  read-write
  3465.                 DESCRIPTION
  3466.                         "An Agent is required to implement read-write
  3467.                         access to this object."
  3468.  
  3469.                 OBJECT  snaLuAdminSnaName
  3470.                 MIN-ACCESS  read-write
  3471.  
  3472.  
  3473.  
  3474. Kielczewski, Kostick & Shih                                    [Page 62]
  3475.  
  3476. RFC 1666                       SNANAU MIB                    August 1994
  3477.  
  3478.  
  3479.                 DESCRIPTION
  3480.                         "An Agent is required to implement read-write
  3481.                         access to this object."
  3482.  
  3483.                 OBJECT  snaLuAdminType
  3484.                 MIN-ACCESS  read-write
  3485.                 DESCRIPTION
  3486.                         "An Agent is required to implement read-write
  3487.                         access to this object."
  3488.  
  3489.                 OBJECT  snaLuAdminDepType
  3490.                 MIN-ACCESS  read-write
  3491.                 DESCRIPTION
  3492.                         "An Agent is required to implement read-write
  3493.                         access to this object."
  3494.  
  3495.                 OBJECT  snaLuAdminLocalAddress
  3496.                 MIN-ACCESS  read-write
  3497.                 DESCRIPTION
  3498.                         "An Agent is required to implement read-write
  3499.                         access to this object."
  3500.  
  3501.                 OBJECT  snaLuAdminDisplayModel
  3502.                 MIN-ACCESS  read-write
  3503.                 DESCRIPTION
  3504.                         "An Agent is required to implement read-write
  3505.                         access to this object."
  3506.  
  3507.                 OBJECT  snaLuAdminTerm
  3508.                 MIN-ACCESS  read-write
  3509.                 DESCRIPTION
  3510.                         "An Agent is required to implement read-write
  3511.                         access to this object."
  3512.  
  3513.         ::= {snanauCompliances 1 }
  3514.  
  3515.  
  3516. -- Units of conformance
  3517.  
  3518. snaNodeGroup  OBJECT-GROUP
  3519.         OBJECTS  { snaNodeAdminName,
  3520.                 snaNodeAdminType,
  3521.                 snaNodeAdminXidFormat,
  3522.                 snaNodeAdminBlockNum,
  3523.                 snaNodeAdminIdNum,
  3524.                 snaNodeAdminEnablingMethod,
  3525.                 snaNodeAdminLuTermDefault,
  3526.                 snaNodeAdminMaxLu,
  3527.  
  3528.  
  3529.  
  3530. Kielczewski, Kostick & Shih                                    [Page 63]
  3531.  
  3532. RFC 1666                       SNANAU MIB                    August 1994
  3533.  
  3534.  
  3535.                 snaNodeAdminHostDescription,
  3536.                 snaNodeAdminStopMethod,
  3537.                 snaNodeAdminState,
  3538.                 snaNodeAdminRowStatus,
  3539.                 snaNodeAdminTableLastChange,
  3540.                 snaNodeOperName,
  3541.                 snaNodeOperType,
  3542.                 snaNodeOperXidFormat,
  3543.                 snaNodeOperBlockNum,
  3544.                 snaNodeOperIdNum,
  3545.                 snaNodeOperEnablingMethod,
  3546.                 snaNodeOperLuTermDefault,
  3547.                 snaNodeOperMaxLu,
  3548.                 snaNodeOperHostDescription,
  3549.                 snaNodeOperStopMethod,
  3550.                 snaNodeOperState,
  3551.                 snaNodeOperHostSscpId,
  3552.                 snaNodeOperStartTime,
  3553.                 snaNodeOperLastStateChange,
  3554.                 snaNodeOperActFailures,
  3555.                 snaNodeOperActFailureReason,
  3556.                 snaNodeOperTableLastChange,
  3557.                 snaNodeLinkAdminSpecific,
  3558.                 snaNodeLinkAdminMaxPiu,
  3559.                 snaNodeLinkAdminRowStatus,
  3560.                 snaNodeLinkAdminTableLastChange,
  3561.                 snaNodeLinkOperSpecific,
  3562.                 snaNodeLinkOperMaxPiu,
  3563.                 snaNodeLinkOperTableLastChange }
  3564.         STATUS  current
  3565.         DESCRIPTION
  3566.                 "A collection of objects providing the
  3567.                 instrumentation of SNA nodes."
  3568.         ::= { snanauGroups 1 }
  3569.  
  3570. snaLuGroup  OBJECT-GROUP
  3571.         OBJECTS  { snaLuAdminName,
  3572.                 snaLuAdminSnaName,
  3573.                 snaLuAdminType,
  3574.                 snaLuAdminDepType,
  3575.                 snaLuAdminLocalAddress,
  3576.                 snaLuAdminDisplayModel,
  3577.                 snaLuAdminTerm,
  3578.                 snaLuAdminRowStatus,
  3579.                 snaLuOperName,
  3580.                 snaLuOperSnaName,
  3581.                 snaLuOperType,
  3582.                 snaLuOperDepType,
  3583.  
  3584.  
  3585.  
  3586. Kielczewski, Kostick & Shih                                    [Page 64]
  3587.  
  3588. RFC 1666                       SNANAU MIB                    August 1994
  3589.  
  3590.  
  3591.                 snaLuOperLocalAddress,
  3592.                 snaLuOperDisplayModel,
  3593.                 snaLuOperTerm,
  3594.                 snaLuOperState,
  3595.                 snaLuOperSessnCount }
  3596.         STATUS  current
  3597.         DESCRIPTION
  3598.                 "A collection of objects providing the
  3599.                 instrumentation of SNA LUs."
  3600.         ::= { snanauGroups 2 }
  3601.  
  3602. snaSessionGroup  OBJECT-GROUP
  3603.         OBJECTS  { snaLuSessnRluIndex,
  3604.                 snaLuSessnIndex,
  3605.                 snaLuSessnLocalApplName,
  3606.                 snaLuSessnRemoteLuName,
  3607.                 snaLuSessnMaxSndRuSize,
  3608.                 snaLuSessnMaxRcvRuSize,
  3609.                 snaLuSessnSndPacingSize,
  3610.                 snaLuSessnRcvPacingSize,
  3611.                 snaLuSessnActiveTime,
  3612.                 snaLuSessnAdminState,
  3613.                 snaLuSessnOperState,
  3614.                 snaLuSessnSenseData,
  3615.                 snaLuSessnTerminationRu,
  3616.                 snaLuSessnUnbindType,
  3617.                 snaLuSessnLinkIndex,
  3618.                 snaLuSessnStatsSentBytes,
  3619.                 snaLuSessnStatsReceivedBytes,
  3620.                 snaLuSessnStatsSentRus,
  3621.                 snaLuSessnStatsReceivedRus,
  3622.                 snaLuSessnStatsSentNegativeResps,
  3623.                 snaLuSessnStatsReceivedNegativeResps }
  3624.         STATUS  current
  3625.         DESCRIPTION
  3626.                 "A collection of objects providing the
  3627.                 instrumentation of SNA sessions."
  3628.         ::= { snanauGroups 3 }
  3629.  
  3630. snaPu20Group  OBJECT-GROUP
  3631.         OBJECTS  { snaPu20StatsSentBytes,
  3632.                 snaPu20StatsReceivedBytes,
  3633.                 snaPu20StatsSentPius,
  3634.                 snaPu20StatsReceivedPius,
  3635.                 snaPu20StatsSentNegativeResps,
  3636.                 snaPu20StatsReceivedNegativeResps,
  3637.                 snaPu20StatsActLus,
  3638.                 snaPu20StatsInActLus,
  3639.  
  3640.  
  3641.  
  3642. Kielczewski, Kostick & Shih                                    [Page 65]
  3643.  
  3644. RFC 1666                       SNANAU MIB                    August 1994
  3645.  
  3646.  
  3647.                 snaPu20StatsBindLus }
  3648.         STATUS  current
  3649.         DESCRIPTION
  3650.                 "A collection of objects providing the
  3651.                 instrumentation of PU 2.0."
  3652.         ::= { snanauGroups 4 }
  3653.  
  3654. snaMgtToolsRtmGroup  OBJECT-GROUP
  3655.         OBJECTS  { snaLuRtmState,
  3656.                 snaLuRtmStateTime,
  3657.                 snaLuRtmDef,
  3658.                 snaLuRtmBoundary1,
  3659.                 snaLuRtmBoundary2,
  3660.                 snaLuRtmBoundary3,
  3661.                 snaLuRtmBoundary4,
  3662.                 snaLuRtmCounter1,
  3663.                 snaLuRtmCounter2,
  3664.                 snaLuRtmCounter3,
  3665.                 snaLuRtmCounter4,
  3666.                 snaLuRtmOverFlows,
  3667.                 snaLuRtmObjPercent,
  3668.                 snaLuRtmObjRange,
  3669.                 snaLuRtmNumTrans,
  3670.                 snaLuRtmLastRspTime,
  3671.                 snaLuRtmAvgRspTime }
  3672.         STATUS  current
  3673.         DESCRIPTION
  3674.                 "A collection of objects providing the
  3675.                 instrumentation of RTM for SNA LU 2.0."
  3676.         ::= { snanauGroups 5 }
  3677.  
  3678. -- end of conformance statement
  3679.  
  3680.  
  3681. END
  3682.  
  3683.  
  3684.  
  3685.  
  3686.  
  3687.  
  3688.  
  3689.  
  3690.  
  3691.  
  3692.  
  3693.  
  3694.  
  3695.  
  3696.  
  3697.  
  3698. Kielczewski, Kostick & Shih                                    [Page 66]
  3699.  
  3700. RFC 1666                       SNANAU MIB                    August 1994
  3701.  
  3702.  
  3703. 5.  Acknowledgments
  3704.  
  3705.    The following people greatly contributed to the work on this MIB
  3706.    document: Michael Allen, Robin Cheng, Bill Kwan. Special thanks goes
  3707.    to Dave Perkins for his assistance in reviewing this MIB proposal.
  3708.  
  3709. 6.  References
  3710.  
  3711.    [1] IBM, Systems Network Architecture Technical Overview, GC 30-
  3712.        3073-3, March, 1991.
  3713.  
  3714.    [2] Case, J., McCloghrie, K., Rose, M., and S. Waldbusser, "Structure
  3715.        of Management Information for version 2 of the Simple Network
  3716.        Management Protocol (SNMPv2)", RFC 1442, SNMP Research, Inc.,
  3717.        Hughes LAN Systems, Dover Beach Consulting, Inc., Carnegie Mellon
  3718.        University, April 1993.
  3719.  
  3720.    [3] McCloghrie, K., and M. Rose, "Management Information Base for
  3721.        Network Management of TCP/IP-based internets - MIB-II", STD 17,
  3722.        RFC 1213, Hughes LAN Systems, Performance Systems International,
  3723.        March 1991.
  3724.  
  3725.    [4] Galvin, J., and K. McCloghrie, "Administrative Model for version
  3726.        2 of the Simple Network Management Protocol (SNMPv2)", RFC 1445,
  3727.        Trusted Information Systems, Hughes LAN Systems, April 1993.
  3728.  
  3729.    [5] Case, J., McCloghrie, K., Rose, M., and S. Waldbusser, "Protocol
  3730.        Operations for version 2 of the Simple Network Management
  3731.        Protocol (SNMPv2)", RFC 1448, SNMP Research, Inc., Hughes LAN
  3732.        Systems, Dover Beach Consulting, Inc., Carnegie Mellon
  3733.        University, April 1993.
  3734.  
  3735.    [6] Case, J., McCloghrie, K., Rose, M., and S. Waldbusser, "Textual
  3736.        Conventions for version 2 of the Simple Network Management
  3737.        Protocol (SNMPv2)", RFC 1443, SNMP Research, Inc., Hughes LAN
  3738.        Systems, Dover Beach Consulting, Inc., Carnegie Mellon
  3739.        University, April 1993.
  3740.  
  3741.  
  3742.  
  3743.  
  3744.  
  3745.  
  3746.  
  3747.  
  3748.  
  3749.  
  3750.  
  3751.  
  3752.  
  3753.  
  3754. Kielczewski, Kostick & Shih                                    [Page 67]
  3755.  
  3756. RFC 1666                       SNANAU MIB                    August 1994
  3757.  
  3758.  
  3759. 7.  Security Considerations
  3760.  
  3761.    Security issues are not discussed in this memo.
  3762.  
  3763. 8.  Authors' Addresses
  3764.  
  3765.    Zbigniew Kielczewski
  3766.    Eicon Technology Corporation
  3767.    2196 32nd Avenue
  3768.    Montreal, Quebec, Canada H8T 3H7
  3769.  
  3770.    Phone:    1 514 631 2592
  3771.    EMail: zbig@eicon.qc.ca
  3772.  
  3773.  
  3774.    Deirdre Kostick
  3775.    Bellcore
  3776.    331 Newman Springs Road
  3777.    Red Bank, NJ 07701
  3778.  
  3779.    Phone:    1 908 758 2642
  3780.    EMail: dck2@mail.bellcore.com
  3781.  
  3782.  
  3783.    Kitty Shih
  3784.    Novell
  3785.    890 Ross Drive
  3786.    Sunnyvale, CA 94089
  3787.  
  3788.    Phone:   1 408 747 4305
  3789.    EMail: kmshih@novell.com
  3790.  
  3791.  
  3792.  
  3793.  
  3794.  
  3795.  
  3796.  
  3797.  
  3798.  
  3799.  
  3800.  
  3801.  
  3802.  
  3803.  
  3804.  
  3805.  
  3806.  
  3807.  
  3808.  
  3809.  
  3810. Kielczewski, Kostick & Shih                                    [Page 68]
  3811.  
  3812.